mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 10:03:47 +08:00
Merge from gcc:
2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu> PR ada/42554 * configure.ac: Only pass -c to ranlib for darwin9 and earlier. * configure: Regenerate.
This commit is contained in:
parent
c35a05561c
commit
92f4e989f6
@ -1,3 +1,11 @@
|
||||
2010-03-23 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
Merge from gcc:
|
||||
2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
|
||||
PR ada/42554
|
||||
* configure.ac: Only pass -c to ranlib for darwin9 and earlier.
|
||||
* configure: Regenerate.
|
||||
|
||||
2010-03-23 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* config.sub: Update to version 2010-03-22.
|
||||
|
4
configure
vendored
4
configure
vendored
@ -7292,8 +7292,8 @@ case "${target}" in
|
||||
extra_arflags_for_target=" -X32_64"
|
||||
extra_nmflags_for_target=" -B -X32_64"
|
||||
;;
|
||||
*-*-darwin*)
|
||||
# ranlib from Darwin requires the -c flag to look at common symbols.
|
||||
*-*-darwin[3-9]*)
|
||||
# ranlib before Darwin10 requires the -c flag to look at common symbols.
|
||||
extra_ranlibflags_for_target=" -c"
|
||||
;;
|
||||
mips*-*-pe | sh*-*-pe | *arm-wince-pe)
|
||||
|
@ -2405,8 +2405,8 @@ case "${target}" in
|
||||
extra_arflags_for_target=" -X32_64"
|
||||
extra_nmflags_for_target=" -B -X32_64"
|
||||
;;
|
||||
*-*-darwin*)
|
||||
# ranlib from Darwin requires the -c flag to look at common symbols.
|
||||
*-*-darwin[[3-9]]*)
|
||||
# ranlib before Darwin10 requires the -c flag to look at common symbols.
|
||||
extra_ranlibflags_for_target=" -c"
|
||||
;;
|
||||
mips*-*-pe | sh*-*-pe | *arm-wince-pe)
|
||||
|
Loading…
Reference in New Issue
Block a user