OSDN Git Service

buildsys: check LDFLAGS through driver
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 13 Nov 2013 11:31:00 +0000 (12:31 +0100)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 13 Nov 2013 11:31:00 +0000 (12:31 +0100)
commit32ef09dd30bb2b8e1878afff755fc5b7000f24c7
tree127164554c6fa1c837a992a74b9aca030aff673b
parentea269ccbb222c6913cff6fc3ebc87cc945df53a8
buildsys: check LDFLAGS through driver

We run the linker through the compiler-driver, so we have to check
linker flags through the driver, too.
Otherwise we might check $LD's flags while we will run $CC's linker
and those might be different beasts.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Rules.mak