Changeset e513f46
- Timestamp:
- Aug 5, 2006, 10:32:06 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 2ae76c7c
- Parents:
- 83f4cc8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/multilib/flags.xml
r83f4cc8 re513f46 12 12 13 13 <para os="a">We will need to setup target specific flags for the compiler 14 and linker s.</para>14 and linker:</para> 15 15 16 16 <screen os="b"><userinput>export BUILD32="-m32" 17 17 export BUILD64="-m64"</userinput></screen> 18 18 19 <para os="c">Let s add the build flags to <filename>~/.bashrc</filename> to20 prevent issues if we stop and come back later .</para>19 <para os="c">Let's add the build flags to <filename>~/.bashrc</filename> to 20 prevent issues if we stop and come back later:</para> 21 21 22 22 <screen os="d"><userinput>echo export BUILD32=\""${BUILD32}\"" >> ~/.bashrc
Note:
See TracChangeset
for help on using the changeset viewer.