diff config @ 689:aad5da0c7454

Add NATIVE_RETROFIT_CXX to add uClibc++ to the cross compiler tarball.
author Rob Landley <rob@landley.net>
date Wed, 01 Apr 2009 06:40:24 -0500
parents 4571f63c2298
children 64cc63ad26ce
line wrap: on
line diff
--- a/config	Wed Apr 01 05:13:46 2009 -0500
+++ b/config	Wed Apr 01 06:40:24 2009 -0500
@@ -98,3 +98,10 @@
   export NATIVE_COLOR="$BACKGROUND_COLOR\e[35m"
   export PACKAGE_COLOR="$BACKGROUND_COLOR\e[36m"
 fi
+
+# Install the uClibc++ files into the cross-compiler directory and create a
+# new tarball.  This is insanely ugly and a layering violation, but building
+# uClibc++ in the cross compiler stage is actually worse.  Compromise by
+# making it a config option.
+
+# export NATIVE_RETROFIT_CXX=1