toolchain/gcc: fix --with-isl path
[librecmc/librecmc.git] / toolchain / gcc / common.mk
index 55ae1a2c09b3fcbf777335929ce62f4bc46ab72d..b28d3ce36befa4f5acf6db131c85478f63312381 100644 (file)
@@ -91,9 +91,9 @@ ifdef CONFIG_INSTALL_GCCGO
 endif
 
 ifdef CONFIG_GCC_USE_GRAPHITE
-  GRAPHITE_CONFIGURE=--with-isl=$(HOST_BUILD_PREFIX)
+  GRAPHITE_CONFIGURE:= --with-isl=$(TOPDIR)/staging_dir/host
 else
-  GRAPHITE_CONFIGURE=--without-isl --without-cloog
+  GRAPHITE_CONFIGURE:= --without-isl --without-cloog
 endif
 
 GCC_CONFIGURE:= \