1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

Recover the lost diff between 1.221 and 1.222.

llvm-svn: 29578
This commit is contained in:
Evan Cheng 2006-08-09 05:40:14 +00:00
parent 9ddf2ccb55
commit 4e5d980dec

2
configure vendored
View File

@ -12218,7 +12218,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