comparison 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
comparison
equal deleted inserted replaced
1136:fb05d8a5fd77 1137:8a0b2268c8ca
126 # instances in parallel when building multiple targets, or to test that 126 # instances in parallel when building multiple targets, or to test that
127 # new patches added to the sources/patches directory apply cleanly. 127 # new patches added to the sources/patches directory apply cleanly.
128 128
129 # export EXTRACT_ALL=1 129 # export EXTRACT_ALL=1
130 130
131 # If you build strange things (such as gcc 3.4 with binutils 2.14), you
132 # may need extra host binaries added to build/host. This lets you add them.
133 # In general, you don't want to do this.
134
135 # export HOST_EXTRA="lex yacc"
136
131 # Set this to continue despite failed patches. 137 # Set this to continue despite failed patches.
132 138
133 # export ALLOW_PATCH_FAILURE=1 139 # export ALLOW_PATCH_FAILURE=1
134 140
135 # This isn't actually one of our variables, but a number of packages listen 141 # This isn't actually one of our variables, but a number of packages listen