Define m68k for OS3 build so dukky (nearly) compiles.

This commit is contained in:
Chris Young 2015-08-14 19:13:19 +01:00
parent a76de90a2e
commit 844e599a22
3 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ CFLAGS += -std=c99 -Dnsamiga
ifneq ($(SUBTARGET),os3)
CFLAGS += -O2 -finline-functions -U__STRICT_ANSI__ -D__USE_INLINE__ -D__USE_BASETYPE__
else
CFLAGS += -m68020-60 -O0 -DPATH_MAX=1024
CFLAGS += -m68020-60 -O0 -DPATH_MAX=1024 -D__m68k__
endif
NETSURF_FEATURE_ROSPRITE_CFLAGS := -DWITH_NSSPRITE

View File

@ -742,6 +742,7 @@ static void ami_openscreen(void)
if(screen_signal == -1) screen_signal = AllocSignal(-1);
LOG("Screen signal %d", screen_signal);
scrn = OpenScreenTags(NULL,
/**\todo specify screen depth */
SA_DisplayID, id,
SA_Title, ami_gui_get_screen_title(),
SA_Type, PUBLICSCREEN,

View File

@ -36,7 +36,6 @@
#define nsList List
#define NewnsList NewList
#endif
/****/
/* Slightly abstract MinList initialisation */
void ami_NewMinList(struct MinList *list)