diff options
author | Geoffrey Keating <geoffk@apple.com> | 2006-10-15 07:42:57 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2006-10-15 07:42:57 +0000 |
commit | 5b043f084508752b8c5ae7659e01d6486455c166 (patch) | |
tree | cf043af69064a496112900739079348012647f35 /libssp/configure | |
parent | 26d2906169b716076f9c58b9fc8fd47df4ad276f (diff) | |
download | gcc-5b043f084508752b8c5ae7659e01d6486455c166.zip gcc-5b043f084508752b8c5ae7659e01d6486455c166.tar.gz gcc-5b043f084508752b8c5ae7659e01d6486455c166.tar.bz2 |
Index: config/ChangeLog
2006-10-14 Geoffrey Keating <geoffk@apple.com>
* multi.m4: New file, from automake version 2 branch.
Index: libgomp/ChangeLog
2006-10-14 Geoffrey Keating <geoffk@apple.com>
* aclocal.m4: Regenerate.
* configure: Regenerate.
Index: libstdc++-v3/ChangeLog
2006-10-14 Geoffrey Keating <geoffk@apple.com>
* aclocal.m4: Regenerate.
* configure: Regenerate with released autoconf-2.59.
Index: libobjc/ChangeLog
2006-10-14 Geoffrey Keating <geoffk@apple.com>
* Makefile.in: Use multi_basedir instead of toplevel_srcdir.
* configure.ac: Use multi.m4 from aclocal rather than custom
code. Use multi_basedir instead of toplevel_srcdir.
* aclocal.m4: Regenerate.
* configure: Regenerate.
Index: libssp/ChangeLog
2006-10-14 Geoffrey Keating <geoffk@apple.com>
* aclocal.m4: Regenerate.
* configure: Regenerate.
From-SVN: r117741
Diffstat (limited to 'libssp/configure')
-rwxr-xr-x | libssp/configure | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/libssp/configure b/libssp/configure index dbb7abb..38f5b3c 100755 --- a/libssp/configure +++ b/libssp/configure @@ -1928,6 +1928,13 @@ else fi +# Even if the default multilib is not a cross compilation, +# it may be that some of the other multilibs are. +if test $cross_compiling = no && test $multilib = yes \ + && test "x${with_multisubdir}" != x ; then + cross_compiling=maybe +fi + ac_config_commands="$ac_config_commands default-1" @@ -4929,7 +4936,7 @@ test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic" case $host in *-*-irix6*) # Find out which ABI we are using. - echo '#line 4932 "configure"' > conftest.$ac_ext + echo '#line 4939 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? |