diff options
| author | Warner Losh <imp@FreeBSD.org> | 2018-07-09 18:02:23 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2018-07-09 18:02:23 +0000 |
| commit | 405111fde04f0e417f061a0c297d56930dd92cc3 (patch) | |
| tree | bffa26445c9d365a5611dd78da6d80fd44aa59f6 | |
| parent | 5e71fdc20dd45d9202261dd82cb68b16197beba6 (diff) | |
Notes
| -rwxr-xr-x | tools/boot/universe.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/boot/universe.sh b/tools/boot/universe.sh index e26f81f6c83fb..68e77f8c706b5 100755 --- a/tools/boot/universe.sh +++ b/tools/boot/universe.sh @@ -65,7 +65,7 @@ done # Default build for a goodly selection of architectures for i in \ amd64/amd64 \ - arm/arm arm/armeb arm/armv7 \ + arm/arm arm/armv7 \ arm64/aarch64 \ i386/i386 \ mips/mips mips/mips64 \ @@ -79,7 +79,7 @@ done # Default build for a goodly selection of architectures with Lua for i in \ amd64/amd64 \ - arm/arm arm/armeb arm/armv7 \ + arm/arm arm/armv7 \ arm64/aarch64 \ i386/i386 \ mips/mips mips/mips64 \ |
