diff options
author | Evan Cheng <evan.cheng@apple.com> | 2006-08-09 05:38:51 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2006-08-09 05:38:51 +0000 |
commit | 888fac77de643f4dca9a687f9ab8b456af83797b (patch) | |
tree | 4e6f77611c6de5fddf944dc34a0368aed34d9ddb /autoconf/m4 | |
parent | df4283c8f9670edc50ab5440d655c290cf0f6d49 (diff) | |
download | external_llvm-888fac77de643f4dca9a687f9ab8b456af83797b.zip external_llvm-888fac77de643f4dca9a687f9ab8b456af83797b.tar.gz external_llvm-888fac77de643f4dca9a687f9ab8b456af83797b.tar.bz2 |
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
Diffstat (limited to 'autoconf/m4')
-rw-r--r-- | autoconf/m4/libtool.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/m4/libtool.m4 b/autoconf/m4/libtool.m4 index 1782998..420d430 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 |