diff options
| author | Jorge Aparicio <jorge.aparicio@ferrous-systems.com> | 2020-01-21 17:18:37 +0100 |
|---|---|---|
| committer | Jorge Aparicio <jorge.aparicio@ferrous-systems.com> | 2020-01-21 17:18:37 +0100 |
| commit | 8abbd0beae79de5186158a759b08cb73d175b5ad (patch) | |
| tree | 0ce577841e22473acee6652338a7890231f78e7b /src/tools | |
| parent | a3a077610028c773bffc7a74e6a15faa10d2360d (diff) | |
| download | rust-8abbd0beae79de5186158a759b08cb73d175b5ad.tar.gz rust-8abbd0beae79de5186158a759b08cb73d175b5ad.zip | |
for now, do not build rust-std for the armv7a-none-eabihf target
it needs some upstream changes in the build script of the compiler-builtins crate
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/build-manifest/src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/build-manifest/src/main.rs b/src/tools/build-manifest/src/main.rs index 8281d20e4c8..c8d6580f7a1 100644 --- a/src/tools/build-manifest/src/main.rs +++ b/src/tools/build-manifest/src/main.rs @@ -70,7 +70,6 @@ static TARGETS: &[&str] = &[ "armv7-unknown-linux-gnueabi", "armv7-unknown-linux-gnueabihf", "armv7a-none-eabi", - "armv7a-none-eabihf", "thumbv7neon-unknown-linux-gnueabihf", "armv7-unknown-linux-musleabi", "armv7-unknown-linux-musleabihf", |
