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

Reid Spencer rspencer at reidspencer.com
Wed Aug 9 09:18:33 PDT 2006


Could you please make a note of this in the autoconf/README.TXT file.
These deviations from the standard libtool need to be documented so they
can be applied in the next update of libtool.

Thanks,

Reid.

On Wed, 2006-08-09 at 00:39 -0500, Evan Cheng wrote:
> 
> 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
> 
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list