comparison build.sh @ 998:bbcafba8a594

Another bug Wolfgang Denk reported: make BUILD_STATIC=none actually work.
author Rob Landley <rob@landley.net>
date Sun, 14 Mar 2010 01:18:27 -0600
parents 9840847885e8
children 48784ae8533e
comparison
equal deleted inserted replaced
997:491eec5512dd 998:bbcafba8a594
76 76
77 if not_already native-compiler && [ -z "$NO_NATIVE_COMPILER" ] 77 if not_already native-compiler && [ -z "$NO_NATIVE_COMPILER" ]
78 then 78 then
79 rm -rf "$BUILD/root-filesystem-$ARCH.tar.bz2" 79 rm -rf "$BUILD/root-filesystem-$ARCH.tar.bz2"
80 80
81 BUILD_STATIC={$BUILD_STATIC:-1} ./native-compiler.sh "$ARCH" || exit 1 81 ./native-compiler.sh "$ARCH" || exit 1
82 fi 82 fi
83 83
84 # Do we need to build the root filesystem? 84 # Do we need to build the root filesystem?
85 85
86 if not_already root-filesystem 86 if not_already root-filesystem