Преглед на файлове

we don't need libmudflap at all

SVN-Revision: 7531
Imre Kaloz преди 18 години
родител
ревизия
4374b41793
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  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