Parcourir la source

we don't need libmudflap at all

SVN-Revision: 7531
Imre Kaloz il y a 18 ans
Parent
commit
4374b41793
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      toolchain/gcc/Makefile

+ 2 - 0
toolchain/gcc/Makefile

@@ -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