@@ -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
CFLAGS += -noixemul -pipe
ifdef SUNOS
CDEFS += -DSUNOS
ifdef WITH_NETWORK
Status change: