1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-20 15:48:26 +02:00

we don't need libmudflap at all

SVN-Revision: 7531
This commit is contained in:
Imre Kaloz 2007-06-08 10:35:23 +00:00
parent c46cedd560
commit 4374b41793

View File

@ -69,6 +69,7 @@ define Stage1/Configure
--enable-target-optspace \
--with-gnu-ld \
--disable-nls \
--disable-libmudflap \
);
endef
define Stage1/Compile
@ -98,6 +99,7 @@ define Stage2/Configure
--enable-target-optspace \
--with-gnu-ld \
--disable-nls \
--disable-libmudflap \
);
endef
define Stage2/Compile