Rev 126 | 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 | |
181 | holmgren | 4 | --- a/src/modules/dynamic_module_makefile.in |
5 | +++ b/src/modules/dynamic_module_makefile.in |
||
41 | magnus | 6 | @@ -2,6 +2,7 @@ |
181 | holmgren | 7 | # $Id: b9e7817a07dab41006a9b1cc92c9ce0193303874 $ |
2 | magnus | 8 | # |
9 | |||
10 | +LIBGCC=$(shell gcc -print-libgcc-file-name) |
||
11 | LC_REQ=@LC_REQ@ |
||
12 | |||
13 | LINKAGE_CPPFLAGS= |