For gfortran on sh, ignore -little.

* lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add -little to
list of ignored arguments.
* THANKS: Update.

Signed-off-by: Eric Blake <ebb9@byu.net>
This commit is contained in:
Chikama Masaki 2008-10-23 19:41:06 -06:00 committed by Eric Blake
parent c0866235e2
commit 3f38aadc7c
3 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2008-10-23 Chikama Masaki <masaki.chikama@gmail.com> (tiny change)
For gfortran on sh, ignore -little.
* lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add -little to
list of ignored arguments.
* THANKS: Update.
2008-10-23 Paolo Bonzini <bonzinI@gnu.org>
Eliminate empty lines after AC_*_IFELSE.

1
THANKS
View File

@ -59,6 +59,7 @@ Carl Edman cedman@princeton.edu
Carlos Velasco carlosev@newipnet.com
Chad R. Larson chad@anasazi.com
Charles 'Buck' Krasic krasic@cs.ubc.ca
Chikama Masaki masaki.chikama@gmail.com
Chris P. Ross cross@uu.net
Chris Pickett chris.pickett@mail.mcgill.ca
Chris Provenzano proven@cygnus.com

View File

@ -686,7 +686,8 @@ while test $[@%:@] != 1; do
[_AC_LINKER_OPTION([$ac_arg], ac_cv_[]_AC_LANG_ABBREV[]_libs)])
;;
# Ignore these flags.
-lang* | -lcrt*.o | -lc | -lgcc* | -lSystem | -libmil | -LANG:=* | -LIST:* | -LNO:*)
-lang* | -lcrt*.o | -lc | -lgcc* | -lSystem | -libmil | -little \
|-LANG:=* | -LIST:* | -LNO:*)
;;
-lkernel32)
test x"$CYGWIN" != xyes && ac_cv_[]_AC_LANG_ABBREV[]_libs="$ac_cv_[]_AC_LANG_ABBREV[]_libs $ac_arg"