removed generating debug info for Hatari
This commit is contained in:
@@ -6,10 +6,9 @@
|
|||||||
TOOLCHAIN_PREFIX=m68k-atari-mint-
|
TOOLCHAIN_PREFIX=m68k-atari-mint-
|
||||||
CC=$(TOOLCHAIN_PREFIX)gcc
|
CC=$(TOOLCHAIN_PREFIX)gcc
|
||||||
|
|
||||||
CFLAGS=-mcpu=68030 \
|
CFLAGS=-mcpu=547x \
|
||||||
-Os \
|
-Os \
|
||||||
-fomit-frame-pointer \
|
-fomit-frame-pointer \
|
||||||
-g \
|
|
||||||
-Wno-multichar\
|
-Wno-multichar\
|
||||||
-Wall
|
-Wall
|
||||||
EMUSD=emusd
|
EMUSD=emusd
|
||||||
@@ -27,7 +26,7 @@ $(APP): $(OBJECTS) depend
|
|||||||
|
|
||||||
test: xhditest.prg
|
test: xhditest.prg
|
||||||
xhditest.prg: xhdi_test.c depend
|
xhditest.prg: xhdi_test.c depend
|
||||||
$(CC) $(CFLAGS) -Wl,-traditional-format xhdi_test.c -o xhditest.prg
|
$(CC) $(CFLAGS) xhdi_test.c -o xhditest.prg
|
||||||
|
|
||||||
.PHONY clean:
|
.PHONY clean:
|
||||||
- rm -rf *.o depend xhditest.prg
|
- rm -rf *.o depend xhditest.prg
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
#include <osbind.h>
|
#include <osbind.h>
|
||||||
|
|
||||||
#include "cookie.h"
|
#include "cookie.h"
|
||||||
|
#include "xhdi.h"
|
||||||
|
|
||||||
#define XHDIMAGIC 0x27011992L
|
#define XHDIMAGIC 0x27011992L
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user