[llvm-commits] CVS: llvm/autoconf/m4/libtool.m4

Evan Cheng evan.cheng at apple.com
Tue Aug 8 22:39:08 PDT 2006



Changes in directory llvm/autoconf/m4:

libtool.m4 updated: 1.7 -> 1.8
---
Log message:

Recover the lost diff between 1.5 and 1.6.

---
Diffs of the changes:  (+1 -1)

 libtool.m4 |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/autoconf/m4/libtool.m4
diff -u llvm/autoconf/m4/libtool.m4:1.7 llvm/autoconf/m4/libtool.m4:1.8
--- llvm/autoconf/m4/libtool.m4:1.7	Fri Aug  4 13:18:08 2006
+++ llvm/autoconf/m4/libtool.m4	Wed Aug  9 00:38:51 2006
@@ -2234,7 +2234,7 @@
 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






More information about the llvm-commits mailing list