mirror of
git://git.sv.gnu.org/autoconf
synced 2025-04-06 15:10:23 +08:00
* lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Also ignore
-lgcc?* and -lSystem, for Darwin/MacOS X.
This commit is contained in:
parent
6e0e4d438b
commit
b7efbd4332
@ -1,3 +1,10 @@
|
||||
2006-08-24 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Also ignore
|
||||
-lgcc?* and -lSystem, for Darwin/MacOS X. Problem reported by
|
||||
Bill Northcott in
|
||||
<http://lists.gnu.org/archive/html/autoconf/2006-08/msg00083.html>.
|
||||
|
||||
2006-08-22 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* lib/autoconf/c.m4 (AC_C_CONST): Don't used shadowed vars, to
|
||||
|
@ -662,7 +662,7 @@ while test $[@%:@] != 1; do
|
||||
[_AC_LINKER_OPTION([$ac_arg], ac_cv_[]_AC_LANG_ABBREV[]_libs)])
|
||||
;;
|
||||
# Ignore these flags.
|
||||
-lang* | -lcrt*.o | -lc | -lgcc | -libmil | -LANG:=* | -LIST:* | -LNO:*)
|
||||
-lang* | -lcrt*.o | -lc | -lgcc* | -lSystem | -libmil | -LANG:=* | -LIST:* | -LNO:*)
|
||||
;;
|
||||
-lkernel32)
|
||||
test x"$CYGWIN" != xyes && ac_cv_[]_AC_LANG_ABBREV[]_libs="$ac_cv_[]_AC_LANG_ABBREV[]_libs $ac_arg"
|
||||
|
Loading…
x
Reference in New Issue
Block a user