changeset 493:5cce2f8b6ec9

Build all targets and actually build them static.
author Rob Landley <rob@landley.net>
date Fri, 21 Nov 2008 23:32:03 -0600
parents 0fa03897a0ab
children a32c75dcf508
files sources/build-all-targets.sh
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/build-all-targets.sh	Fri Nov 21 23:31:37 2008 -0600
+++ b/sources/build-all-targets.sh	Fri Nov 21 23:32:03 2008 -0600
@@ -104,6 +104,7 @@
 ./emulator-build.sh "$USE_STATIC_HOST" << EOF
           #
 export USE_UNSTABLE=$USE_UNSTABLE
+export CROSS_BUILD_STATIC=1
 cd /home &&
 netcat 10.0.2.2 $(build/host/netcat -s 127.0.0.1 -l hg archive -t tgz -) | tar xvz &&
 cd firmware-* &&
@@ -111,7 +112,7 @@
 ./download.sh --extract &&
 mkdir -p build/logs || exit 1
 
-for i in armv4l # \$(cd sources/targets; ls)
+for i in \$(cd sources/targets; ls)
 do
   ./cross-compiler.sh \$i | tee build/logs/cross-static-\$i.txt
   bzip2 build/logs/cross-static-\$i.txt