diff options
author | Alexey Neyman <stilor@att.net> | 2017-01-13 21:44:33 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-13 21:44:33 -0800 |
commit | 949cc86ab755ff4fb5971a304ce97c3885fc360e (patch) | |
tree | 65165d93c3167844d30d73eaef961bf1dec0a76c /scripts/build/cc | |
parent | 8f1523abea5aee8c648529910a94a33683a96a4a (diff) | |
parent | 01bae4871994429725a34298787a04221fd1368d (diff) | |
download | crosstool-ng-949cc86ab755ff4fb5971a304ce97c3885fc360e.tar.gz crosstool-ng-949cc86ab755ff4fb5971a304ce97c3885fc360e.tar.bz2 crosstool-ng-949cc86ab755ff4fb5971a304ce97c3885fc360e.zip |
Merge pull request #526 from stilor/double-include
Avoid creating include/include
Diffstat (limited to 'scripts/build/cc')
-rw-r--r-- | scripts/build/cc/100-gcc.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/build/cc/100-gcc.sh b/scripts/build/cc/100-gcc.sh index 8fd850be..214f2089 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 |