This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix kernel header install path when not CT_USE_SYSROOT


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

Attachment: fix_kernel_headers_install_path.patch
Description: Binary data

--
For unsubscribe information see http://sourceware.org/lists.html#faq

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]