summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-01-11 18:18:32 (GMT)
committerAlexey Neyman <stilor@att.net>2017-01-13 07:00:20 (GMT)
commit59a784c5724c2e10a02994fb985540db1b16fd63 (patch)
treea74ae598e44ed55bcb9543718934abb4bb3d3d31
parentdc9dac222045e68aeae5cfbbe04f2764afc33e46 (diff)
No need to copy header; libc_start_file does it.
Signed-off-by: Alexey Neyman <stilor@att.net>
-rw-r--r--scripts/build/cc/100-gcc.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/build/cc/100-gcc.sh b/scripts/build/cc/100-gcc.sh
index 947d4af..3daa407 100644
--- a/scripts/build/cc/100-gcc.sh
+++ b/scripts/build/cc/100-gcc.sh
@@ -409,9 +409,6 @@ do_gcc_core_backend() {
;;
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
eval tmp="\${CT_ARCH_WITH_${tmp}}"
if [ -n "${tmp}" ]; then