From 63c0921975ed30e217b9a50305c26b7b90c4a16d Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Sun, 27 Nov 2005 22:37:01 +0000 Subject: [PATCH] remove -m68000 --- libstream/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libstream/Makefile b/libstream/Makefile index a1055ec..15fff62 100644 --- a/libstream/Makefile +++ b/libstream/Makefile @@ -5,7 +5,8 @@ TOP = $(shell pwd) VPATH=$(TOP) -CFLAGS = -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar -fpic -g -O2 -m68000 -Wa,-m68000 -Os +CFLAGS = -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar -fpic -g -O2 -Os +#-m68000 -Wa,-m68000 CPPFLAGS = -I$(TOP)/../libmacos -I$(TOP) -I$(TOP)/../libgzip LIBRARIES = hard/libstream.a floppy/libstream.a