From 888fac77de643f4dca9a687f9ab8b456af83797b Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Wed, 9 Aug 2006 05:38:51 +0000 Subject: [PATCH] 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 --- autoconf/m4/libtool.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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