diff options
author | Evan Cheng <evan.cheng@apple.com> | 2006-08-09 05:40:14 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2006-08-09 05:40:14 +0000 |
commit | f4334c74e9f77d577e0eb24af945a03626ffd4b9 (patch) | |
tree | b5633155bb64bde928cd7b3887b03b0593fbbb1f | |
parent | 888fac77de643f4dca9a687f9ab8b456af83797b (diff) |
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
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |