Changeset 6bb43b3 for BOOK/cross-tools/mips64-64/flags.xml
- Timestamp:
- Feb 21, 2006, 1:26:16 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:
- cedcdaa
- Parents:
- e47ec16
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/mips64-64/flags.xml
re47ec16 r6bb43b3 11 11 <title>Build Flags</title> 12 12 13 <para>We will need to setup target specific flags for the compiler 14 and linkers.</para> 13 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 14 href="../x86_64-64/flags.xml" 15 xpointer="xpointer(//*[@os='a'])"/> 15 16 16 <screen ><userinput>export BUILD64="-mabi=64"</userinput></screen>17 <screen os="b"><userinput>export BUILD64="-mabi=64"</userinput></screen> 17 18 18 <para>Lets add the build flags to <filename>~/.bashrc</filename> to 19 prevent issues if we stop and come back later.</para> 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 20 href="../x86_64-64/flags.xml" 21 xpointer="xpointer(//*[@os='c'])"/> 20 22 21 <screen><userinput>echo export BUILD64=\""${BUILD64}\"" >> ~/.bashrc</userinput></screen> 23 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 24 href="../x86_64-64/flags.xml" 25 xpointer="xpointer(//*[@os='d'])"/> 22 26 23 27 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.