diff config @ 1130:c222ae88733a

Add NO_CPLUSPLUS config option, to skip c++ support entirely.
author Rob Landley <rob@landley.net>
date Sun, 20 Jun 2010 16:25:35 -0500
parents e5f9681a8b3c
children 8a0b2268c8ca
line wrap: on
line diff
--- a/config	Sun Jun 20 14:54:00 2010 -0500
+++ b/config	Sun Jun 20 16:25:35 2010 -0500
@@ -44,6 +44,10 @@
 
 # export CROSS_HOST_ARCH=i686
 
+# If this is set, only build a C compiler and not C++
+
+# export NO_CPLUSPLUS=1
+
 # This may be set by the target's "details" file, but you can override it here.
 # You can set it to ext2, initramfs, or squashfs.  It defaults to squashfs
 # if blank.