7731b6961f
PR: 20150 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
21 lines
694 B
Plaintext
21 lines
694 B
Plaintext
--- makefile.inc.orig Thu Jul 6 14:27:58 2000
|
|
+++ makefile.inc Mon Jul 24 23:15:43 2000
|
|
@@ -115,7 +115,7 @@
|
|
ifeq ($(TARGET_PLATFORM),i386)
|
|
MACHINE=ia32
|
|
CDEFSYS=-D__MACHINE__=ia32 -D__CPU_NAME__='"i386"' -D__CPU__=386\
|
|
- -D__DEFAULT_DISASM=0 -m386 -fno-builtin
|
|
+ -D__DEFAULT_DISASM=0
|
|
endif
|
|
ifeq ($(TARGET_PLATFORM),i486)
|
|
MACHINE=ia32
|
|
@@ -216,7 +216,7 @@
|
|
ifeq ($(compilation),debug)
|
|
CFLAGS += -g3 -p -ax -fcheck-memory-usage -fstack-check
|
|
else
|
|
-CFLAGS += -O2 -fomit-frame-pointer -DNDEBUG=1
|
|
+CFLAGS += -fomit-frame-pointer -DNDEBUG=1
|
|
endif
|
|
adv_warn = -W -Winline -Wuninitialized -Wcast-align\
|
|
-Wswitch -Wshadow -Wbad-function-cast -Wmissing-noreturn -Wcast-qual\
|