Changeset 06cf5e4 in clfs-embedded for BOOK/cross-tools/common


Ignore:
Timestamp:
Aug 12, 2013, 1:29:22 PM (11 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
de8c34a
Parents:
1e80683
Message:

Revert "Install linux headers to cross-tools/include"

This reverts commit df099acd5ca16dcd82aef08badc46c5797eac408.

Moving the headers has uninteded side effects that aren't as easy to
overcome as originally thought. Making gcc-final and uClibc properly
use headers located in ${CLFS}/cross-tools is not as straight forward as
hoped. Plus, we delete all the headers before deploying to the target
anyway, so there's not much added size to the final system.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/linux-headers.xml

    r1e80683 r06cf5e4  
    3333make ARCH=${CLFS_ARCH} headers_check
    3434make ARCH=${CLFS_ARCH} INSTALL_HDR_PATH=dest headers_install
    35 cp -rv dest/include/* ${CLFS}/cross-tools/include</userinput></screen>
     35cp -rv dest/include/* ${CLFS}/usr/include</userinput></screen>
    3636
    3737  </sect2>
Note: See TracChangeset for help on using the changeset viewer.