bcg729: remove $(FPIC) from TARGET_CFLAGS
authorSebastian Kemper <sebastian_ml@gmx.net>
Sat, 24 Feb 2018 08:45:23 +0000 (09:45 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sat, 24 Feb 2018 08:45:25 +0000 (09:45 +0100)
commit1d1651c7a1bfca6043545396c20a8a7c24477454
treecf39082b715653a1256c1af5100ad4b1a2ca4da6
parent2341abf35820e8a575578a79d09af418b89d2727
bcg729: remove $(FPIC) from TARGET_CFLAGS

bgg729 already makes sure that the compiler emits position-independent
code. Adding $(FPIC) makes no difference. In addition the bcg729 build
system puts its own flag behind the CFLAGS, overriding whatever was set
before.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
libs/bcg729/Makefile