diff root-filesystem.sh @ 937:f2b4d7297c9d

Largeish cleanup of ccwrap.c. Remove lots of uclibc-isms, put rawcc in tools/bin.
author Rob Landley <rob@landley.net>
date Fri, 18 Dec 2009 03:38:21 -0600
parents a69213462fbe
children 7dd3fb4dd333
line wrap: on
line diff
--- a/root-filesystem.sh	Fri Dec 18 03:36:12 2009 -0600
+++ b/root-filesystem.sh	Fri Dec 18 03:38:21 2009 -0600
@@ -78,7 +78,7 @@
 # Tell future packages to link against the libraries in the new root filesystem,
 # rather than the ones in the cross compiler directory.
 
-export "$(echo $ARCH | sed 's/-/_/g')"_WRAPPER_TOPDIR="$ROOT_TOPDIR"
+export "$(echo $ARCH | sed 's/-/_/g')"_CCWRAP_TOPDIR="$ROOT_TOPDIR"
 
 STAGE_DIR="$ROOT_TOPDIR" build_section uClibc++