2007-03-23 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / build / profiles / bootstrap.make
blobc48207c55cd193748d4e867b4d1d31a54636a425
1 # -*- makefile -*-
3 # The default 'bootstrap' profile -- builds so that we link against
4 # the libraries as we build them.
6 # We use the platform's native C# runtime and compiler if possible.
8 # Note that we have sort of confusing terminology here; BOOTSTRAP_MCS
9 # is what allows us to bootstrap ourselves, but when we are bootstrapping,
10 # we use INTERNAL_MCS.
12 # When bootstrapping, compile against our new assemblies.
13 # (MONO_PATH doesn't just affect what assemblies are loaded to
14 # run the compiler; /r: flags are by default loaded from whatever's
15 # in the MONO_PATH too).
17 MCS = MONO_PATH="$(topdir)/class/lib/$(PROFILE):$$MONO_PATH" $(RUNTIME) $(RUNTIME_FLAGS) --debug $(topdir)/mcs/mcs.exe
18 BOOTSTRAP_MCS = $(MCS)
20 # nuttzing!
22 profile-check:
24 # Causes some build errors
25 PROFILE_MCS_FLAGS = -d:NET_1_1 -d:ONLY_1_1