mirror of
https://github.com/vivier/EMILE.git
synced 2025-02-06 23:30:37 +00:00
Add -m68000
This commit is contained in:
parent
bdce469744
commit
29fca40450
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
TOP=$(shell pwd)
|
TOP=$(shell pwd)
|
||||||
|
|
||||||
CFLAGS = -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar -fpic -O2
|
CFLAGS = -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar -fpic -O2 -m68000 -Wa,-m68000 -Os
|
||||||
CPPFLAGS = -I$(TOP)/../libmacos -DARCH_M68K -I$(TOP)/../libstream
|
CPPFLAGS = -I$(TOP)/../libmacos -DARCH_M68K -I$(TOP)/../libstream
|
||||||
|
|
||||||
LIBRARY = libblock.a
|
LIBRARY = libblock.a
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
TOP=$(shell pwd)
|
TOP=$(shell pwd)
|
||||||
|
|
||||||
CFLAGS = -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar -fpic -O2
|
CFLAGS = -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar -fpic -O2 -m68000 -Wa,-m68000 -Os
|
||||||
CPPFLAGS = -I$(TOP)/../libmacos -DARCH_M68K
|
CPPFLAGS = -I$(TOP)/../libmacos -DARCH_M68K
|
||||||
|
|
||||||
LIBRARY = libfloppy.a
|
LIBRARY = libfloppy.a
|
||||||
|
@ -8,7 +8,11 @@ VPATH=$(TOP)
|
|||||||
|
|
||||||
TARGET = native
|
TARGET = native
|
||||||
|
|
||||||
CFLAGS = -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar -fpic
|
CFLAGS = -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar
|
||||||
|
ifeq ($(TARGET), m68k-linux)
|
||||||
|
CFLAGS += -fpic -O2 -m68000 -Wa,-m68000 -Os
|
||||||
|
endif
|
||||||
|
|
||||||
CPPFLAGS = -DFATFREE -DNOBYFOUR -DBUILDFIXED -DNO_GZCOMPRESS -DDYNAMIC_CRC_TABLE
|
CPPFLAGS = -DFATFREE -DNOBYFOUR -DBUILDFIXED -DNO_GZCOMPRESS -DDYNAMIC_CRC_TABLE
|
||||||
|
|
||||||
LIBRARY = libgzip.a
|
LIBRARY = libgzip.a
|
||||||
|
@ -6,7 +6,10 @@ TOP = $(shell pwd)
|
|||||||
VPATH=$(TOP)
|
VPATH=$(TOP)
|
||||||
|
|
||||||
TARGET = native
|
TARGET = native
|
||||||
CFLAGS = -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar -fpic -g
|
CFLAGS = -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar
|
||||||
|
ifeq ($(TARGET), m68k-linux)
|
||||||
|
CFLAGS += -fpic -O2 -m68000 -Wa,-m68000 -Os
|
||||||
|
endif
|
||||||
CPPFLAGS = -I$(TOP)/../libstream
|
CPPFLAGS = -I$(TOP)/../libstream
|
||||||
|
|
||||||
LIBRARY = libiso9660.a
|
LIBRARY = libiso9660.a
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
TOP=$(shell pwd)
|
TOP=$(shell pwd)
|
||||||
CFLAGS = -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar -fpic -O2
|
CFLAGS = -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar -fpic -O2 -m68000 -Wa,-m68000 -Os
|
||||||
CPPFLAGS = -I$(TOP)/../libmacos -DARCH_M68K
|
CPPFLAGS = -I$(TOP)/../libmacos -DARCH_M68K
|
||||||
|
|
||||||
LIBRARY = libscsi.a
|
LIBRARY = libscsi.a
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
TOP = $(shell pwd)
|
TOP = $(shell pwd)
|
||||||
VPATH=$(TOP)
|
VPATH=$(TOP)
|
||||||
|
|
||||||
CFLAGS = -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar -fpic -g -O2
|
CFLAGS = -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar -fpic -g -O2 -m68000 -Wa,-m68000 -Os
|
||||||
CPPFLAGS = -I$(TOP)/../libmacos -I$(TOP) -I$(TOP)/../libgzip
|
CPPFLAGS = -I$(TOP)/../libmacos -I$(TOP) -I$(TOP)/../libgzip
|
||||||
|
|
||||||
LIBRARIES = hard/libstream.a floppy/libstream.a
|
LIBRARIES = hard/libstream.a floppy/libstream.a
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
TOP = $(shell pwd)
|
TOP = $(shell pwd)
|
||||||
|
|
||||||
CFLAGS = -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar -fpic
|
CFLAGS = -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar -fpic -O2 -m68000 -Wa,-m68000 -Os
|
||||||
CPPFLAGS = -I$(TOP) -I$(TOP)/../libmacos -DARCH_M68K
|
CPPFLAGS = -I$(TOP) -I$(TOP)/../libmacos -DARCH_M68K
|
||||||
|
|
||||||
LIBRARY = libunix.a
|
LIBRARY = libunix.a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user