summaryrefslogtreecommitdiff
path: root/config/Linux.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config/Linux.mk')
-rw-r--r--config/Linux.mk12
1 files changed, 2 insertions, 10 deletions
diff --git a/config/Linux.mk b/config/Linux.mk
index eabdb5b1..66fa6a52 100644
--- a/config/Linux.mk
+++ b/config/Linux.mk
@@ -81,7 +81,7 @@ RANLIB = ranlib
OS_INCLUDES =
G++INCLUDES = -I/usr/include/g++
-PLATFORM_FLAGS = -ansi -Wall -pipe -DLINUX -Dlinux
+PLATFORM_FLAGS = -ansi -Wall -pipe -DLINUX
PORT_FLAGS = -D_POSIX_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -DHAVE_STRERROR -DHAVE_FCNTL_FILE_LOCKING
OS_CFLAGS = $(DSO_CFLAGS) $(PLATFORM_FLAGS) $(PORT_FLAGS)
@@ -97,15 +97,7 @@ ifeq ($(CPU_ARCH),x86)
PLATFORM_FLAGS += -Di386
endif
ifeq ($(CPU_ARCH),m68k)
-#
-# gcc on Linux/m68k either has a bug or triggers a code-sequence
-# bug in the 68060 which causes gcc to crash. The simplest way to
-# avoid this is to enable a minimum level of optimization.
-#
-ifndef BUILD_OPT
-OPTIMIZER += -O
-endif
-PLATFORM_FLAGS += -m68020-40
+PLATFORM_FLAGS += -m68020-60
endif
#