Changeset 3cf4292
- Timestamp:
- May 29, 2009, 1:19:53 PM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 4ed1f86
- Parents:
- a6b67b3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/gcc-static.xml
ra6b67b3 r3cf4292 32 32 xpointer="xpointer(//*[@os='p2'])"/> 33 33 34 <para os="aa">Make a couple of essential adjustments to the specs file 35 to ensure GCC uses our build environment:</para> 34 <para os="aa">Make a couple of essential adjustments to the 35 <filename>specs</filename> file to ensure GCC uses our build 36 environment:</para> 36 37 37 38 <screen os="ab"><userinput>patch -Np1 -i ../&gcc-specs-patch;</userinput></screen> … … 56 57 gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen> 57 58 58 <para os="t1">We will create a dummy limits.h so the build will not use the one59 provided by the host distro:</para>59 <para os="t1">We will create a dummy <filename>limits.h</filename> so 60 the build will not use the one provided by the host distro:</para> 60 61 61 62 <screen os="t2"><userinput>touch /tools/include/limits.h</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.