[PATCH] Fix kernel header install path when not CT_USE_SYSROOT
Bryan Hundven
bryanhundven@gmail.com
Fri Mar 19 06:50:00 GMT 2010
When CT_USE_SYSROOT is not set, build scripts like gcc.sh try to copy
headers from ${CT_HEADERS_DIR}/*
In this case ${CT_HEADERS_DIR} directory does not contain the headers,
but ${CT_SYSROOT_DIR}/usr/include does.
The attached patch ensures ${CT_HEADERS_DIR}/* contains the kernel
headers when both CT_USE_SYSROOT is set and when it is not set.
--
Bryan Hundven
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix_kernel_headers_install_path.patch
Type: application/octet-stream
Size: 1103 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/crossgcc/attachments/20100319/932be174/attachment.obj>
-------------- next part --------------
--
For unsubscribe information see http://sourceware.org/lists.html#faq
More information about the crossgcc
mailing list