diff options
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-5.2.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-5.2.inc b/meta/recipes-devtools/gcc/gcc-5.2.inc index f691f582d7..f6673e6a35 100644 --- a/meta/recipes-devtools/gcc/gcc-5.2.inc +++ b/meta/recipes-devtools/gcc/gcc-5.2.inc | |||
@@ -98,6 +98,7 @@ EXTRA_OECONF_BASE = "\ | |||
98 | --with-cloog=no \ | 98 | --with-cloog=no \ |
99 | --enable-checking=release \ | 99 | --enable-checking=release \ |
100 | --enable-cheaders=c_global \ | 100 | --enable-cheaders=c_global \ |
101 | --without-isl \ | ||
101 | " | 102 | " |
102 | 103 | ||
103 | EXTRA_OECONF_INITIAL = "\ | 104 | EXTRA_OECONF_INITIAL = "\ |
@@ -109,6 +110,7 @@ EXTRA_OECONF_INITIAL = "\ | |||
109 | --disable-lto \ | 110 | --disable-lto \ |
110 | --disable-plugin \ | 111 | --disable-plugin \ |
111 | --enable-decimal-float=no \ | 112 | --enable-decimal-float=no \ |
113 | --without-isl \ | ||
112 | " | 114 | " |
113 | 115 | ||
114 | EXTRA_OECONF_append_libc-uclibc = " --disable-decimal-float " | 116 | EXTRA_OECONF_append_libc-uclibc = " --disable-decimal-float " |