Changeset 6d4c909 for BOOK/temp-system/common/variables.xml
- Timestamp:
- Feb 21, 2006, 1:56:25 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- ad0c7e6
- Parents:
- f0ed7ed
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/variables.xml
rf0ed7ed r6d4c909 11 11 <title>Build Variables</title> 12 12 13 <para> We will need to setup target specific variables for the compiler13 <para>Setup target specific variables for the compiler 14 14 and linkers:</para> 15 15 … … 22 22 export STRIP="${LFS_TARGET}-strip"</userinput></screen> 23 23 24 <para> Letsadd the build variables to <filename>~/.bashrc</filename> to25 prevent issues if westop and come back later:</para>24 <para>Then add the build variables to <filename>~/.bashrc</filename> to 25 prevent issues if you stop and come back later:</para> 26 26 27 27 <screen><userinput>echo export CC=\""${CC}\"" >> ~/.bashrc
Note:
See TracChangeset
for help on using the changeset viewer.