# HG changeset patch # User tron # Date 2005-01-25 15:38:35 # Node ID fd63d46505042a308c6b7ae90e38dcc2c3f8bdea # Parent d8572c1748d6d7be90e2d7dda006fda3dfb82f9c (svn r1666) Move some MorphOS compile flags to a place where they actually belong diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -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