| commit | fc8c179a623f05d2517d50df39034e5ccec441c9 | [log] [tgz] | 
|---|---|---|
| author | Evan Cheng <evan.cheng@apple.com> | Wed Aug 09 05:40:14 2006 +0000 | 
| committer | Evan Cheng <evan.cheng@apple.com> | Wed Aug 09 05:40:14 2006 +0000 | 
| tree | f5b7ffb50ee157a3b47480e0bb1f98e64dfe68e9 | |
| parent | 545aaa6bb9439375e209c1222eae7f33edda5b52 [diff] [blame] | 
Recover the lost diff between 1.221 and 1.222. llvm-svn: 29578
diff --git a/llvm/configure b/llvm/configure index 3cc1283..85cb5a2 100755 --- a/llvm/configure +++ b/llvm/configure
@@ -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