toolchain: remove ppl/cloog, disable graphite for gcc 4.8
[openwrt/staging/blogic.git] / toolchain / gcc / common.mk
index 37c228e4a6481a00a3ecae762fc51ab9e3b8aa0d..c1010dd0c9d2abfd5ed14c6703a7d28172aab66e 100644 (file)
@@ -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