From 521df797d5ca67ef362913621ea2a10aa7c4deaf Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Fri, 24 Aug 2018 20:48:44 +0200 Subject: [PATCH] add the other two targets to the manifest --- src/tools/build-manifest/src/main.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tools/build-manifest/src/main.rs b/src/tools/build-manifest/src/main.rs index 999cfc1b29b1..2bdbdd16c5c6 100644 --- a/src/tools/build-manifest/src/main.rs +++ b/src/tools/build-manifest/src/main.rs @@ -63,7 +63,9 @@ static TARGETS: &'static [&'static str] = &[ "armv7-unknown-cloudabi-eabihf", "armv7-unknown-linux-gnueabihf", "armv7-unknown-linux-musleabihf", + "armebv7r-none-eabi", "armebv7r-none-eabihf", + "armv7r-none-eabi", "armv7r-none-eabihf", "armv7s-apple-ios", "asmjs-unknown-emscripten",