Ignore:
Timestamp:
Jan 9, 2009, 8:11:59 AM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
08a5648
Parents:
2bd85d3
Message:

Don't USE HOST distro's limits.h during gcc static build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/gcc-static.xml

    r2bd85d3 r562a0ae  
    5555sed -e "s@\(^CROSS_SYSTEM_HEADER_DIR =\).*@\1 /tools/include@g" \
    5656    gcc/Makefile.in.orig &gt; gcc/Makefile.in</userinput></screen>
     57
     58    <para os="t1">We will create a dummy limits.h so the build will not use the one
     59    provided by the host distro:</para>
     60
     61<screen os="t2"><userinput>install -dv /tools/include
     62touch /tools/include/limits.h</userinput></screen>
    5763
    5864    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.