Changeset 00c8a02 in clfs-embedded for BOOK/cross-tools
- Timestamp:
- Nov 26, 2006, 5:45:55 AM (18 years ago)
- Branches:
- master
- Children:
- 14bbd61
- Parents:
- 24e0008
- Location:
- BOOK/cross-tools/common
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/binutils.xml
r24e0008 r00c8a02 37 37 <screen os="p2"><userinput>patch -Np1 -i ../&binutils-posix-patch;</userinput></screen> 38 38 39 <para os="p3"> Now since we using uClibc, we need to patch binutils to recognize40 this fact:</para>39 <para os="p3">The following patch is needed for Binutils to build against 40 uClibc:</para> 41 41 42 42 <screen os="p4"><userinput>patch -Np1 -i ../&binutils-uclibc-patch;</userinput></screen> -
BOOK/cross-tools/common/clear-toolchain.xml
r24e0008 r00c8a02 12 12 13 13 <para>Now we remove the toolchain variables to prevent 14 the nfinal GCC build from having issues:</para>14 the final GCC build from having issues:</para> 15 15 16 16 <screen><userinput><literal>unset CC -
BOOK/cross-tools/common/gcc-static.xml
r24e0008 r00c8a02 33 33 <screen os="p2"><userinput>patch -Np1 -i ../&gcc-posix-patch;</userinput></screen> 34 34 35 <para os="p3">Now since we using uClibc, we need to patch GCC to recognize 36 this fact:</para> 35 <para os="p3">The following patch is needed for GCC to build against uClibc:</para> 37 36 38 37 <screen os="p4"><userinput>patch -Np1 -i ../&gcc-uclibc-patch;</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.