X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fbuild%2FREADME.configury;h=7fbd1bcb10a8dcf4eacf5200fafa25a6a887176a;hb=ab0b591ca59d99a2370bf9f579b091c5edf09ae5;hp=52732e6bdade99f0e877272a7198dc2290f3e488;hpb=f84f760a1c8a8c0ec6ae16b7f38d14a49d329ad7;p=mono.git diff --git a/mcs/build/README.configury b/mcs/build/README.configury index 52732e6bdad..7fbd1bcb10a 100644 --- a/mcs/build/README.configury +++ b/mcs/build/README.configury @@ -6,12 +6,12 @@ Peter Williams It's pretty easy. You can create two files in this directory to tweak settings: pre-config.make and config.make. -pre-config.make is included before $(PLATFORM).make and +pre-config.make is included before $(BUILD_PLATFORM).make and $(PROFILE).make, so you can set either of these variables if you want to change the default. Just about any other change should go in config.make, which is -included after $(PLATFORM).make and $(PROFILE).make, so you can use +included after $(BUILD_PLATFORM).make and $(PROFILE).make, so you can use the values defined in those files if you wish. For example, MCS_FLAGS = $(DEFAULT_MCS_FLAGS) /my-experimental-optimizer-flag