From: Evan Cheng Date: Wed, 9 Aug 2006 05:38:51 +0000 (+0000) Subject: Recover the lost diff between 1.5 and 1.6. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=888fac77de643f4dca9a687f9ab8b456af83797b;p=oota-llvm.git Recover the lost diff between 1.5 and 1.6. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29577 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/autoconf/m4/libtool.m4 b/autoconf/m4/libtool.m4 index 1782998b87c..420d43010f9 100644 --- a/autoconf/m4/libtool.m4 +++ b/autoconf/m4/libtool.m4 @@ -2234,7 +2234,7 @@ reload_cmds='$LD$reload_flag -o $output$reload_objs' case $host_os in darwin*) if test "$GCC" = yes; then - reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' + reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r $compiler_flags -o $output$reload_objs' else reload_cmds='$LD$reload_flag -o $output$reload_objs' fi