Rev 151 | 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 | |
151 | holmgren | 4 | --- a/src/modules/dynamic_module_makefile.in |
5 | +++ b/src/modules/dynamic_module_makefile.in |
||
198 | holmgren | 6 | @@ -1,3 +1,4 @@ |
2 | magnus | 7 | +LIBGCC=$(shell gcc -print-libgcc-file-name) |
8 | LC_REQ=@LC_REQ@ |
||
9 | |||
10 | LINKAGE_CPPFLAGS= |