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)
commit8d31e095a44797929c62e5745675d894da6f8783
tree0b23a1f559014df63804cda95adae83eeef58e2b
parent68212f323ded276f061b8cdf9456f955cbe6b089
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]