]> www.infradead.org Git - users/sagi/blktests.git/commit
src/Makefile: forward LDFLAGS to $(CC)
authorErik Schilling <erik.schilling@linaro.org>
Tue, 18 Apr 2023 13:27:41 +0000 (15:27 +0200)
committerErik Schilling <erik.schilling@linaro.org>
Tue, 18 Apr 2023 13:29:29 +0000 (15:29 +0200)
commite23cf97c93dbafbdc69588d5ca0341acd42187a2
tree3abb19cffc7b0d4f3a1cadabb5e5702870807620
parenta4f80bf45c211c1a2ae939f6521623a51005a7f2
src/Makefile: forward LDFLAGS to $(CC)

Something external may set some special LDFLAGS. Currently those would
get ignored. Lets honor them and pass them to the compiler.

This simplifies packaging and cross-compilation.

Signed-off-by: Erik Schilling <erik.schilling@linaro.org>
src/Makefile