diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-03-19 10:19:52 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-03-19 10:19:52 +0000 |
commit | 1384f0b0dd87e0468c18173e2ae7ac74640aace2 (patch) | |
tree | 11bfb7d9043e919e25257c261ef3d90f5fbff9cc /configure | |
parent | 2ef0cdeda5218e124dc082e3a7c8b4cc7826c1dc (diff) | |
download | gcc-1384f0b0dd87e0468c18173e2ae7ac74640aace2.tar.gz |
PR ada/42554
* configure.ac: Only pass -c to ranlib for darwin9 and earlier.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157563 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure index f3212128d00..508d958960b 100755 --- a/configure +++ b/configure @@ -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) |