libmad: revert r20699
authorFlorian Fainelli <florian@openwrt.org>
Tue, 19 Feb 2013 17:21:58 +0000 (17:21 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Tue, 19 Feb 2013 17:21:58 +0000 (17:21 +0000)
We are otherwise breaking builds where the toolchain ABI must be
explicitely specified (e.g: floating point on ARM).

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35682

libs/libmad/Makefile

index 98da47fb4fe0a8d9ce42d79db752d2dfb7275682..ae31a470d3527252b8ce5a8bab717fee2a3842f2 100644 (file)
@@ -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)" \