mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
a2046a6ef2
PR: 53806 Submitted by: Ryan Thompson <ryan@sasknow.com> (maintainer)
21 lines
736 B
Plaintext
21 lines
736 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 -fno-builtin -DCAN_COMPILE_X86_GAS=1
|
|
+ -D__DEFAULT_DISASM=0 -DCAN_COMPILE_X86_GAS=1
|
|
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\
|