summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2017-02-03 09:31:31 (GMT)
committerTony Theodore <tonyt@logyst.com>2017-02-04 08:11:48 (GMT)
commitc6a3c2599368aa9052035b31d68ce69224ea3f68 (patch)
treea34d61887c554c320edf7748df14c3b8e380cb6b /plugins
parent7ab58c37198b11351e963a02b307ff3c0d396e0e (diff)
downloadmxe-c6a3c2599368aa9052035b31d68ce69224ea3f68.zip
mxe-c6a3c2599368aa9052035b31d68ce69224ea3f68.tar.gz
mxe-c6a3c2599368aa9052035b31d68ce69224ea3f68.tar.bz2
gcc cloog: remove unnecessary rules/variables/options
Diffstat (limited to 'plugins')
-rw-r--r--plugins/examples/host-toolchain/gcc-host.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/examples/host-toolchain/gcc-host.mk b/plugins/examples/host-toolchain/gcc-host.mk
index 8dd35da..bab48e1 100644
--- a/plugins/examples/host-toolchain/gcc-host.mk
+++ b/plugins/examples/host-toolchain/gcc-host.mk
@@ -9,7 +9,7 @@ $(PKG)_FILE = $(gcc_FILE)
$(PKG)_PATCHES = $(realpath $(sort $(wildcard $(addsuffix /gcc-[0-9]*.patch, $(TOP_DIR)/src))))
$(PKG)_URL = $(gcc_URL)
$(PKG)_URL_2 = $(gcc_URL_2)
-$(PKG)_DEPS := gcc binutils-host cloog gmp isl mpfr mpc pthreads
+$(PKG)_DEPS := gcc binutils-host gmp isl mpfr mpc pthreads
define $(PKG)_UPDATE
echo $(gcc_VERSION)
@@ -35,7 +35,7 @@ define $(PKG)_BUILD
--disable-win32-registry \
--enable-threads=$(MXE_GCC_THREADS) \
--enable-libgomp \
- --with-{cloog,gmp,isl,mpc,mpfr}='$(PREFIX)/$(TARGET)' \
+ --with-{gmp,isl,mpc,mpfr}='$(PREFIX)/$(TARGET)' \
$($(PKG)_CONFIGURE_OPTS)
$(MAKE) -C '$(BUILD_DIR)' -j '$(JOBS)'