summaryrefslogtreecommitdiff
path: root/scripts/build/cc/100-gcc.sh
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-01-14 05:44:33 (GMT)
committerGitHub <noreply@github.com>2017-01-14 05:44:33 (GMT)
commit949cc86ab755ff4fb5971a304ce97c3885fc360e (patch)
tree65165d93c3167844d30d73eaef961bf1dec0a76c /scripts/build/cc/100-gcc.sh
parent8f1523abea5aee8c648529910a94a33683a96a4a (diff)
parent01bae4871994429725a34298787a04221fd1368d (diff)
Merge pull request #526 from stilor/double-include
Avoid creating include/include
Diffstat (limited to 'scripts/build/cc/100-gcc.sh')
-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 8fd850b..214f208 100644
--- a/scripts/build/cc/100-gcc.sh
+++ b/scripts/build/cc/100-gcc.sh
@@ -397,9 +397,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