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

2007-04-10 Thread Reid Spencer
Changes in directory llvm/autoconf/m4: libtool.m4 updated: 1.8 -> 1.9 --- Log message: Hack the shared library extension for dylib. The existing code just looks plain wrong since $module was never defined so we always get .so which is broken on Darwin. Just force it to .dylib. --- Diffs of th

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

2006-08-09 Thread Reid Spencer
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/

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

2006-08-08 Thread Evan Cheng
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

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

2006-04-19 Thread Chris Lattner
Changes in directory llvm/autoconf/m4: libtool.m4 updated: 1.5 -> 1.6 --- Log message: When on darwin, compiler_flags need to be percolated down to the 'gcc -r' command line so that relinked .o files can be built universal. --- Diffs of the changes: (+1 -1) libtool.m4 |2 +- 1 files ch