Hide boostrap compiler for people looking for mcs.exe
[mono.git] / mcs / build / config-default.make
index 98a6d1ce143eece2932ac43421334d9043ce7458..a6969592c55791c5f00906baf0121f9c08eb0577 100644 (file)
@@ -6,18 +6,21 @@
 # DO NOT EDIT THIS FILE! Create config.make and override settings
 # there.
 
-# Use ISO-28591 as the default encoding for compilers
-CODEPAGE = 28591
+# Use UTF-8 as the default encoding for compilers
+CODEPAGE = 65001
 
 RUNTIME_FLAGS = 
 TEST_HARNESS = $(topdir)/class/lib/$(PROFILE)/nunit-console.exe
 MCS_FLAGS = $(PLATFORM_DEBUG_FLAGS)
 MBAS_FLAGS = $(PLATFORM_DEBUG_FLAGS)
 LIBRARY_FLAGS = /noconfig
+ifndef CFLAGS
 CFLAGS = -g -O2
+endif
 prefix = /usr/local
 exec_prefix = $(prefix)
 mono_libdir = $(exec_prefix)/lib
+sysconfdir = $(prefix)/etc
 #RUNTIME = mono
 RUNTIME = false
 TEST_RUNTIME = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$(TEST_MONO_PATH)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) --debug