changeset 870:2330aa12c5f9

Now that we cross compile busybox statically by default, remove it from native build.
author Rob Landley <rob@landley.net>
date Thu, 29 Oct 2009 22:43:13 -0500
parents 858297fa5ad0
children b274eb556b50
files sources/more/setup-native-static-build.sh
diffstat 1 files changed, 1 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/sources/more/setup-native-static-build.sh	Thu Oct 29 12:47:57 2009 -0500
+++ b/sources/more/setup-native-static-build.sh	Thu Oct 29 22:43:13 2009 -0500
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-# Create hdc image to build dropbear, strace, and busybox statically.
+# Create hdc image to build dropbear and strace statically.
 
 . sources/include.sh
 
@@ -27,9 +27,6 @@
 
 setupfor dropbear
 setupfor strace
-setupfor busybox
-
-cp "$SOURCES"/trimconfig-busybox "$WORK" || dienow
 
 cat > "$WORK"/init << 'EOF' || dienow
 #!/bin/bash
@@ -59,15 +56,6 @@
 cd .. &&
 rm -rf strace || dienow
 
-echo === Native build static busybox
-
-cp -sfR /mnt/busybox busybox &&
-cd busybox &&
-make allyesconfig KCONFIG_ALLCONFIG=/mnt/trimconfig-busybox &&
-LDFLAGS="--static" make -j $CPUS &&
-cp busybox /home/output &&
-rm -rf busybox || dienow
-
 echo === Upload
 
 cd /home/output