From: Evan Cheng Date: Wed, 9 Aug 2006 05:40:14 +0000 (+0000) Subject: Recover the lost diff between 1.221 and 1.222. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f4334c74e9f77d577e0eb24af945a03626ffd4b9;p=oota-llvm.git Recover the lost diff between 1.221 and 1.222. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29578 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/configure b/configure index 3cc1283acd8..85cb5a27292 100755 --- a/configure +++ b/configure @@ -12218,7 +12218,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