diff config @ 1137:8a0b2268c8ca

Add HOST_EXTRA. Using it is a horrible idea, please don't.
author Rob Landley <rob@landley.net>
date Tue, 22 Jun 2010 17:49:03 -0500
parents c222ae88733a
children b55c80be32b6
line wrap: on
line diff
--- a/config	Tue Jun 22 14:20:26 2010 -0500
+++ b/config	Tue Jun 22 17:49:03 2010 -0500
@@ -128,6 +128,12 @@
 
 # export EXTRACT_ALL=1
 
+# If you build strange things (such as gcc 3.4 with binutils 2.14), you
+# may need extra host binaries added to build/host.  This lets you add them.
+# In general, you don't want to do this.
+
+# export HOST_EXTRA="lex yacc"
+
 # Set this to continue despite failed patches.
 
 # export ALLOW_PATCH_FAILURE=1