Changeset 6a3c4ef for cross-tools/multilib
- Timestamp:
- Aug 5, 2006, 10:32:06 PM (18 years ago)
- Children:
- e8d4634
- Parents:
- 810b146
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cross-tools/multilib/flags.xml
r810b146 r6a3c4ef 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.