X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2Fgcc%2Fcommon.mk;h=c1010dd0c9d2abfd5ed14c6703a7d28172aab66e;hb=3f55e5aeb5ef269db8e64eea1b113cb6daf20327;hp=37c228e4a6481a00a3ecae762fc51ab9e3b8aa0d;hpb=8bf69ee78cfefc0ee87d4a6820a907713e3bc1c3;p=openwrt%2F.git diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk index 37c228e4a6..c1010dd0c9 100644 --- a/toolchain/gcc/common.mk +++ b/toolchain/gcc/common.mk @@ -80,11 +80,7 @@ ifdef CONFIG_INSTALL_GCCGO endif ifdef CONFIG_GCC_USE_GRAPHITE - ifdef CONFIG_GCC_VERSION_4_8 - GRAPHITE_CONFIGURE=--with-cloog=$(REAL_STAGING_DIR_HOST) - else - GRAPHITE_CONFIGURE=--with-isl=$(REAL_STAGING_DIR_HOST) - endif + GRAPHITE_CONFIGURE=--with-isl=$(REAL_STAGING_DIR_HOST) else GRAPHITE_CONFIGURE=--without-isl --without-cloog endif