(svn r1666) Move some MorphOS compile flags to a place where they actually belong

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
tron 20 years ago
parent 75045328ec
commit 03ba24dd65

@ -226,11 +226,6 @@ endif
CC=gcc
CXX=g++
ifdef MORPHOS
CC += -noixemul -pipe
CXX += -noixemul -pipe
endif
# Executable file extension
ifdef WIN32
EXE=.exe
@ -369,6 +364,10 @@ ifdef WITH_NETWORK
endif
endif
ifdef MORPHOS
CFLAGS += -noixemul -pipe
endif
ifdef SUNOS
CDEFS += -DSUNOS
ifdef WITH_NETWORK

Loading…
Cancel
Save