diff options
author | Tristan Gingold <gingold@adacore.com> | 2012-07-04 12:26:55 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@gcc.gnu.org> | 2012-07-04 12:26:55 +0000 |
commit | 2b2d7c53bb77d296530b792df31559ebca3cdb9b (patch) | |
tree | c7995c7e55eabcdde1b61bcf97042ad0bb91cf8f /configure | |
parent | 6c9df5a0014040115ebe576c4c0b7914a0414422 (diff) | |
download | gcc-2b2d7c53bb77d296530b792df31559ebca3cdb9b.zip gcc-2b2d7c53bb77d296530b792df31559ebca3cdb9b.tar.gz gcc-2b2d7c53bb77d296530b792df31559ebca3cdb9b.tar.bz2 |
isl.m4 (ISL_CHECK_VERSION): Set to yes if cross-compiling.
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.
From-SVN: r189257
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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. */ |