diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-03-23 14:30:59 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2010-03-23 14:30:59 +0000 |
commit | 92f4e989f6eda10ef771c68f99c23d59cce40dc8 (patch) | |
tree | fc2d68d813952dc65013d6ffcdcc2d9a57dd4a0e /configure.ac | |
parent | c35a05561cea4f9df3b055cdcd33a7d7b7e87455 (diff) | |
download | gdb-92f4e989f6eda10ef771c68f99c23d59cce40dc8.zip gdb-92f4e989f6eda10ef771c68f99c23d59cce40dc8.tar.gz gdb-92f4e989f6eda10ef771c68f99c23d59cce40dc8.tar.bz2 |
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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 92f3a90..a5d75ee 100644 --- a/configure.ac +++ b/configure.ac @@ -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) |