diff mini-native.sh @ 598:5fa326c07bc4

Change NATIVE_TOOLCHAIN to work like all the other config variables: unset gives the default behavior.
author Rob Landley <rob@landley.net>
date Fri, 23 Jan 2009 13:35:20 -0600
parents 3d67228ceb1e
children 518c8e257b3d
line wrap: on
line diff
--- a/mini-native.sh	Thu Jan 22 17:03:52 2009 -0600
+++ b/mini-native.sh	Fri Jan 23 13:35:20 2009 -0600
@@ -106,7 +106,7 @@
 
 cleanup busybox
 
-if [ -z "$NATIVE_TOOLCHAIN" ]
+if [ "$NATIVE_TOOLCHAIN" == "none" ]
 then
     # If we're not installing a compiler, delete the headers, static libs,
 	# and example source code.