Changeset 798bd8f
- Timestamp:
- Aug 30, 2006, 8:50:42 PM (18 years ago)
- Children:
- a7fb1b6
- Parents:
- 9b1d67f
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
chroot/x86_64/flags.xml
r9b1d67f r798bd8f 12 12 13 13 <para>We will need to setup target specific flags for the compiler 14 and linkers .</para>14 and linkers:</para> 15 15 16 16 <screen><userinput>export BUILD32="-m32" -
cross-tools/multilib/glibc-64bit.xml
r9b1d67f r798bd8f 91 91 <term><parameter>CC="${CLFS_TARGET}-gcc ${BUILD64}"</parameter></term> 92 92 <listitem> 93 <para>Forces Glibc to utilize our target architecture GCC utilizing94 the 64 Bit flags.</para>93 <para>Forces Glibc to build using our target architecture GCC 94 utilizing the 64 Bit flags.</para> 95 95 </listitem> 96 96 </varlistentry> -
temp-system/x86_64/gcc.xml
r9b1d67f r798bd8f 112 112 <term><parameter>CXX="${CXX} ${BUILD64}"</parameter></term> 113 113 <listitem> 114 <para>This forces the C++ compiler to use our Build 64 FLAGS.</para>114 <para>This forces the C++ compiler to use our 64 Bit flags.</para> 115 115 </listitem> 116 116 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.