mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-24 06:56:40 +00:00
No need to copy header; libc_start_file does it.
Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
dc9dac2220
commit
59a784c572
@ -409,9 +409,6 @@ do_gcc_core_backend() {
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
CT_DoLog DEBUG "Copying headers to install area of core C compiler"
|
|
||||||
CT_DoExecLog ALL cp -a "${CT_HEADERS_DIR}" "${prefix}/${CT_TARGET}/include"
|
|
||||||
|
|
||||||
for tmp in ARCH ABI CPU TUNE FPU FLOAT; do
|
for tmp in ARCH ABI CPU TUNE FPU FLOAT; do
|
||||||
eval tmp="\${CT_ARCH_WITH_${tmp}}"
|
eval tmp="\${CT_ARCH_WITH_${tmp}}"
|
||||||
if [ -n "${tmp}" ]; then
|
if [ -n "${tmp}" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user