[llvm-commits] CVS: llvm/configure
Evan Cheng
evan.cheng at apple.com
Tue Aug 8 22:40:29 PDT 2006
Changes in directory llvm:
configure updated: 1.245 -> 1.246
---
Log message:
Recover the lost diff between 1.221 and 1.222.
---
Diffs of the changes: (+1 -1)
configure | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/configure
diff -u llvm/configure:1.245 llvm/configure:1.246
--- llvm/configure:1.245 Fri Aug 4 13:18:07 2006
+++ llvm/configure Wed Aug 9 00:40:14 2006
@@ -12218,7 +12218,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