[llvm-commits] CVS: llvm/configure
Chris Lattner
lattner at cs.uiuc.edu
Wed Apr 19 11:38:31 PDT 2006
Changes in directory llvm:
configure updated: 1.221 -> 1.222
---
Log message:
Regenerate
---
Diffs of the changes: (+1 -1)
configure | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/configure
diff -u llvm/configure:1.221 llvm/configure:1.222
--- llvm/configure:1.221 Thu Apr 13 22:01:27 2006
+++ llvm/configure Wed Apr 19 13:38:19 2006
@@ -10232,7 +10232,7 @@
case $host_os in
darwin*)
if test "$GCC" = yes; then
- reload_cmds='$CC -nostdlib ${wl}-r -o $output$reload_objs'
+ reload_cmds='$CC -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