X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fbuild%2FREADME.configury;h=7fbd1bcb10a8dcf4eacf5200fafa25a6a887176a;hb=5250b855e543b604cb7d923470c4ef2cd83a6a64;hp=52732e6bdade99f0e877272a7198dc2290f3e488;hpb=3f779475e3fc982e312212d5dbbd86515eddfc0c;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