]> git.ipfire.org Git - thirdparty/kmod.git/commit
Add CC_CHECK_LDFLAGS_APPEND m4 macro.
authorRandy Witt <rewitt@declaratino.com>
Fri, 16 Mar 2012 05:01:17 +0000 (01:01 -0400)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Sat, 17 Mar 2012 06:34:08 +0000 (03:34 -0300)
commit00ff57663d45e6c16a85a18a73cbabd316a571c9
treed2ee13d46ef8514454746bd52a2209652450d295
parent436da1e96efff42e2adaa632bff20efdc91f570d
Add CC_CHECK_LDFLAGS_APPEND m4 macro.

This is mostly just preparation for the next patch. But this macro is
used for flags that are only needed during linking but that don't
make sense for normal compilation.

I saw this exact type of patch online for systemd, but it never seems to
have actually been incorporated into their attributes.m4.
m4/attributes.m4