empdcd: fix compile on platforms with VFP
authorFlorian Fainelli <florian@openwrt.org>
Tue, 20 May 2014 04:51:24 +0000 (04:51 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Tue, 20 May 2014 04:51:24 +0000 (04:51 +0000)
commitaae9a373e17ef6f0029bb3c79661939afc0ac87a
treeaf6c921ec6b0abfec2c95ae74a1431be835fd5ce
parent8abd610cf69b6d9fdb739670f269b6e2df6cf2c5
empdcd: fix compile on platforms with VFP

on platforms with VFP/hardfloat ld fails with:
empcd uses VFP register arguments, empcd.o does not
empcd uses VFP register arguments, keyeventtable.o does not
empcd uses VFP register arguments, support/mpc-0.12.2/src/libmpdclient.o does not

append to CFLAGS instead of overwrite

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 40787
sound/empcd/patches/001-Makefile_use_VFP_CFLAGS.patch [new file with mode: 0644]