From: Florian Fainelli Date: Tue, 19 Feb 2013 17:21:58 +0000 (+0000) Subject: libmad: revert r20699 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=5c88d6670b6e52adf5be84748fc3b9719e24a432;p=openwrt%2Fsvn-archive%2Farchive.git libmad: revert r20699 We are otherwise breaking builds where the toolchain ABI must be explicitely specified (e.g: floating point on ARM). Signed-off-by: Florian Fainelli SVN-Revision: 35682 --- diff --git a/libs/libmad/Makefile b/libs/libmad/Makefile index 98da47fb4f..ae31a470d3 100644 --- a/libs/libmad/Makefile +++ b/libs/libmad/Makefile @@ -60,13 +60,6 @@ CONFIGURE_ARGS+= \ --disable-debugging \ --enable-speed \ -# XXX: configure is parsing and "optimizing" CFLAGS, adding unsupported -# XXX: compiler args to it (like -fforce-mem) -# XXX: so pass an empty one to configure -CONFIGURE_VARS+= \ - CFLAGS="" \ - -# XXX: and pass our own to make MAKE_FLAGS+= \ CFLAGS="$(TARGET_CFLAGS)" \