]> git.ipfire.org Git - thirdparty/kmod.git/commit
configure.ac: Move link only flags out of CFLAGS and into LDFLAGS.
authorRandy Witt <rewitt@declaratino.com>
Fri, 16 Mar 2012 05:01:18 +0000 (01:01 -0400)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Sat, 17 Mar 2012 06:34:08 +0000 (03:34 -0300)
commit1701b1b46f049b3e0f27e8857eb0948767255b62
tree5f57e8e54f0dda12d66a0ee2be628f78acd09dda
parent00ff57663d45e6c16a85a18a73cbabd316a571c9
configure.ac: Move link only flags out of CFLAGS and into LDFLAGS.

On the ARM gcc 4.2.2 I'm using I get many
"--as-needed: linker input file unused because linking not done"
style errors when libtool is using compile mode.

In order to silence these warnings and be "correct", the flags that
only make sense for linking were moved into LDFLAGS.
configure.ac