diff root-filesystem.sh @ 807:d0b74a631587 0.9.7

Teach ccwrap.c to use arch-specific WRAPPER_TOPDIR values, to avoid interfering with canadian cross.
author Rob Landley <rob@landley.net>
date Fri, 14 Aug 2009 06:01:38 -0500
parents d6bf46d17ac5
children 8129df56091b
line wrap: on
line diff
--- a/root-filesystem.sh	Thu Aug 13 20:58:15 2009 -0500
+++ b/root-filesystem.sh	Fri Aug 14 06:01:38 2009 -0500
@@ -197,7 +197,7 @@
 # Tell future packages to link against the libraries in the new root filesystem,
 # rather than the ones in the cross compiler directory.
 
-export WRAPPER_TOPDIR="$ROOT_TOPDIR"
+export ${ARCH}_WRAPPER_TOPDIR="$ROOT_TOPDIR"
 
 # Build and install uClibc++