On Sat, Sep 19, 2009 at 12:09 AM, Ralf Wildenhues
<address@hidden> wrote:
* Ralf Wildenhues wrote on Sat, Sep 12, 2009 at 09:17:15AM CEST:
> Others, any issues with this patch?
I've pushed this now, with NEWS entry added as below.
Cheers,
Ralf
> Initial support for the Cuda Compiler Driver on Linux.
>
> * libltdl/config/ltmain.m4sh (func_mode_compile): Accept source
> file extensions `.cu' and `.cup'.
> * libltdl/m4/libtool.m4 (_LT_COMPILER_NO_RTTI, _LT_COMPILER_PIC)
> (_LT_LINKER_SHLIBS): Support for `nvcc' compiler driver.
> * THANKS: Update.
> Report by Mahesh N.
diff --git a/NEWS b/NEWS
index f96a717..7843378 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,7 @@ New in 2.2.8 2009-??-??: git version 2.2.7a, Libtool team:
- Initial support for compilers on BlueGene BG/L.
- Improved support for Atari FreeMiNT.
- With binutils 2.19.50+, shared libraries can be built on AIX.
+ - Initial support for the Cuda Compiler Driver on GNU/Linux.
* Bug fixes: