diff options
author | gingold <gingold@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-07-04 12:26:55 +0000 |
---|---|---|
committer | gingold <gingold@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-07-04 12:26:55 +0000 |
commit | 7d7c5628479aaa63469b90cb3885069cee73e53f (patch) | |
tree | c7995c7e55eabcdde1b61bcf97042ad0bb91cf8f /configure | |
parent | 4808997182f59d6807021f19bc92eaaaa94a29b1 (diff) | |
download | gcc-7d7c5628479aaa63469b90cb3885069cee73e53f.tar.gz |
config/
2012-07-04 Tristan Gingold <gingold@adacore.com>
* isl.m4 (ISL_CHECK_VERSION): Set to yes if cross-compiling.
Fix comments.
2012-07-04 Tristan Gingold <gingold@adacore.com>
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189257 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/configure b/configure index 62f006c6eca..9976d0d95bf 100755 --- a/configure +++ b/configure @@ -5702,10 +5702,7 @@ if test "${gcc_cv_isl+set}" = set; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error "cannot run test program while cross compiling -See \`config.log' for more details." "$LINENO" 5; } + gcc_cv_isl=yes else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ |