From 59bc2a235cbe127f51daf1bae9c3387f8f5068de Mon Sep 17 00:00:00 2001 From: iains Date: Fri, 18 Nov 2011 10:52:32 +0000 Subject: toplevel: PR target/49992 * configure.ac: Remove ranlib special-casing for Darwin. * configure: Regenerate. gcc: PR target/49992 * configure.ac: Remove ranlib special-casing for Darwin. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181469 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/configure.ac | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'gcc/configure.ac') diff --git a/gcc/configure.ac b/gcc/configure.ac index af5b748b0f5..12492ff1fe5 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -847,17 +847,7 @@ esac gcc_AC_PROG_LN_S ACX_PROG_LN($LN_S) AC_PROG_RANLIB -case "${host}" in -*-*-darwin*) - # By default, the Darwin ranlib will not treat common symbols as - # definitions when building the archive table of contents. Other - # ranlibs do that; pass an option to the Darwin ranlib that makes - # it behave similarly. - ranlib_flags="-c" - ;; -*) - ranlib_flags="" -esac +ranlib_flags="" AC_SUBST(ranlib_flags) gcc_AC_PROG_INSTALL -- cgit v1.2.1