Changeset f9e40f7
- Timestamp:
- Dec 27, 2015, 3:23:18 PM (9 years ago)
- Branches:
- sysvinit
- Children:
- 5ef098d
- Parents:
- 74d38b7
- git-author:
- William Harrington <kb0iic@…> (12/27/15 15:23:10)
- git-committer:
- William Harrington <kb0iic@…> (12/27/15 15:23:18)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-preps/common/settingenviron.xml
r74d38b7 rf9e40f7 46 46 PATH=/cross-tools/bin:/bin:/usr/bin 47 47 export CLFS LC_ALL PATH 48 unset CFLAGS CXXFLAGS </literal>48 unset CFLAGS CXXFLAGS PKG_CONFIG_PATH</literal> 49 49 EOF</userinput></screen> 50 50 … … 84 84 tools to build the temp-system in /tools.</para> 85 85 86 <para os="k">The <envar>CFLAGS</envar> and <envar>CXXFLAGS</envar> variables 87 should not be set while building the temporary system, so we unset them.</para> 86 <para os="k">The <envar>CFLAGS</envar>, <envar>CXXFLAGS</envar> and 87 <envar>PKG_CONFIG_PATH</envar> variables should not be set while building the 88 temporary system, so we unset them.</para> 88 89 89 90 <para os="l">Finally, to have the environment fully prepared for building the
Note:
See TracChangeset
for help on using the changeset viewer.