diff options
Diffstat (limited to 'emulators/x48/files/patch-config.h')
-rw-r--r-- | emulators/x48/files/patch-config.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/emulators/x48/files/patch-config.h b/emulators/x48/files/patch-config.h new file mode 100644 index 000000000000..540baa943b11 --- /dev/null +++ b/emulators/x48/files/patch-config.h @@ -0,0 +1,17 @@ +--- config.h.orig Mon Jun 28 17:36:58 1999 ++++ config.h Sat Jun 28 21:40:54 2003 +@@ -56,12 +56,12 @@ + /* + * Which Compiler to use: + */ +-#define CC_DEF gcc ++/* #define CC_DEF gcc */ + + /* + * Which Optimization Flags: + */ +-#define CDEBUGFLAGS_DEF -O6 -Wall ++/* #define CDEBUGFLAGS_DEF -O6 -Wall */ + + /* + * Which Flags to pass to the Linker: |