Enable gmcs in the net_2_0 profile.
authorMartin Baulig <martin@novell.com>
Thu, 29 Apr 2004 23:27:24 +0000 (23:27 -0000)
committerMartin Baulig <martin@novell.com>
Thu, 29 Apr 2004 23:27:24 +0000 (23:27 -0000)
svn path=/trunk/mcs/; revision=26364

mcs/build/profiles/net_2_0.make
mcs/build/rules.make

index 6c23d76ae378d8b0a994276deacb9a610abbd832..1134f82fd9634242687ae91458fa7d8166b1a956 100644 (file)
@@ -15,7 +15,7 @@
 # in the MONO_PATH too).
 
 ifdef PLATFORM_MONO_NATIVE
-MCS = MONO_PATH="$(topdir)/class/lib/$(PROFILE):$$MONO_PATH" $(INTERNAL_MCS)
+MCS = MONO_PATH="$(topdir)/class/lib/$(PROFILE):$$MONO_PATH" $(INTERNAL_GMCS)
 TEST_RUNTIME = MONO_PATH=".:$$MONO_PATH" $(RUNTIME) --debug
 else
 MCS = $(PLATFORM_RUNTIME) $(BOOTSTRAP_MCS) /lib:$(topdir)/class/lib/$(PROFILE)
index 750aebe401d02316eb3a0b5f64c0cb967a83aeb9..6b05a98002983edd1f83fba94357c782309655d0 100644 (file)
@@ -25,6 +25,7 @@ INSTALL_BIN = $(INSTALL) -m 755
 INSTALL_LIB = $(INSTALL_BIN)
 MKINSTALLDIRS = $(SHELL) $(topdir)/mkinstalldirs
 INTERNAL_MCS = $(RUNTIME) $(topdir)/mcs/mcs.exe
+INTERNAL_GMCS = $(RUNTIME) $(topdir)/gmcs/gmcs.exe
 INTERNAL_ILASM = $(RUNTIME) $(topdir)/ilasm/ilasm.exe
 corlib = mscorlib.dll