From db513d58428993eac76f76bd1608ae89d438cdc1 Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Sat, 31 Oct 2015 14:12:26 +0000 Subject: [PATCH] gcc: enable cloog --- src/gcc.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gcc.mk b/src/gcc.mk index ee57ffde..4355f736 100644 --- a/src/gcc.mk +++ b/src/gcc.mk @@ -44,6 +44,7 @@ define $(PKG)_CONFIGURE --with-isl='$(PREFIX)/$(BUILD)' \ --with-mpc='$(PREFIX)/$(BUILD)' \ --with-mpfr='$(PREFIX)/$(BUILD)' \ + --with-cloog='$(PREFIX)/$(BUILD)' \ --with-as='$(PREFIX)/bin/$(TARGET)-as' \ --with-ld='$(PREFIX)/bin/$(TARGET)-ld' \ --with-nm='$(PREFIX)/bin/$(TARGET)-nm' \