summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2016-02-08 23:59:21 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2016-02-08 23:59:21 (GMT)
commit1cfc160f9d18c8a40a78a35fd4bb574c8fc82163 (patch)
tree64dab740d750f7d0106c4496e753935af5ded4b0 /scripts
parent2741a568a6c5adf34e7db9a2b9c3e9a0dada5fa0 (diff)
parent3f05fcb52b78daeb37ea7bbc037fd44ed25aa867 (diff)
Merge pull request #322 from modbw/libelf
Remove GCC dependency to libelf
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/cc/100-gcc.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/build/cc/100-gcc.sh b/scripts/build/cc/100-gcc.sh
index 3dfe1f5..427058c 100644
--- a/scripts/build/cc/100-gcc.sh
+++ b/scripts/build/cc/100-gcc.sh
@@ -343,10 +343,8 @@ do_gcc_core_backend() {
extra_config+=("--with-cloog=no")
fi
if [ "${CT_CC_GCC_USE_LTO}" = "y" ]; then
- extra_config+=("--with-libelf=${complibs}")
extra_config+=("--enable-lto")
elif [ "${CT_CC_GCC_HAS_LTO}" = "y" ]; then
- extra_config+=("--with-libelf=no")
extra_config+=("--disable-lto")
fi
@@ -801,10 +799,8 @@ do_gcc_backend() {
extra_config+=("--with-cloog=no")
fi
if [ "${CT_CC_GCC_USE_LTO}" = "y" ]; then
- extra_config+=("--with-libelf=${complibs}")
extra_config+=("--enable-lto")
elif [ "${CT_CC_GCC_HAS_LTO}" = "y" ]; then
- extra_config+=("--with-libelf=no")
extra_config+=("--disable-lto")
fi