Rev 62 | Rev 126 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
116 | holmgren | 1 | Author: Marek Habersack <grendel@debian.org> |
2 | Description: Figure out LIBGCC name. |
||
2 | magnus | 3 | |
62 | holmgren | 4 | diff -urNad trunk~/src/modules/dynamic_module_makefile.in trunk/src/modules/dynamic_module_makefile.in |
5 | --- trunk~/src/modules/dynamic_module_makefile.in 2008-01-11 01:22:27.000000000 +0100 |
||
6 | +++ trunk/src/modules/dynamic_module_makefile.in 2009-08-16 21:49:11.000000000 +0200 |
||
41 | magnus | 7 | @@ -2,6 +2,7 @@ |
8 | # $Id: dynamic_module_makefile.in,v 1.124 2008/01/11 00:22:27 grubba Exp $ |
||
2 | magnus | 9 | # |
10 | |||
11 | +LIBGCC=$(shell gcc -print-libgcc-file-name) |
||
12 | LC_REQ=@LC_REQ@ |
||
13 | |||
14 | LINKAGE_CPPFLAGS= |