@@ -223,17 +223,12 @@ endif
#
# Compiler configuration
CC=gcc
CXX=g++
ifdef MORPHOS
CC += -noixemul -pipe
CXX += -noixemul -pipe
endif
# Executable file extension
ifdef WIN32
EXE=.exe
else
EXE=
@@ -366,12 +361,16 @@ ifdef WITH_NETWORK
# Zeta needs a few more libraries than R5
LDFLAGS += -lbind -lsocket
CFLAGS += -noixemul -pipe
ifdef SUNOS
CDEFS += -DSUNOS
ifdef WITH_NETWORK
LDFLAGS += -lnsl -lsocket
Status change: