Changeset 47465
- Timestamp:
- 2015-11-13T12:35:41+01:00 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/toolchain/gcc/common.mk
r47438 r47465 107 107 ifdef CONFIG_USE_UCLIBC 108 108 export glibcxx_cv_c99_math_tr1=no 109 endif 110 111 ifdef CONFIG_GCC_USE_GRAPHITE 112 ifdef CONFIG_GCC_VERSION_4_8 113 GRAPHITE_CONFIGURE=--with-cloog=$(REAL_STAGING_DIR_HOST) 114 else 115 GRAPHITE_CONFIGURE=--with-isl=$(REAL_STAGING_DIR_HOST) 116 endif 117 else 118 GRAPHITE_CONFIGURE=--without-isl --without-cloog 109 119 endif 110 120
Note: See TracChangeset
for help on using the changeset viewer.