Fix #77035.
[mono.git] / mcs / mcs / Makefile
index 3fb9ed722f5c35a967875a28ea89c47396b60cd3..6b2e653609dc3e84dc3656b8aef03c96ee0c4332 100644 (file)
@@ -51,7 +51,7 @@ wc:
 
 ctest: 
        rm -f mcs2.exe mcs3.exe
-       $(MAKE) USE_MCS_FLAGS= btest
+       $(MAKE) USE_MCS_FLAGS="-d:NET_1_1 -d:ONLY_1_1" btest
 
 # we need this because bash tries to use its own crappy timer
 FRIENDLY_TIME = $(shell which time) -f'%U seconds'