X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=cyclone68000.git;a=blobdiff_plain;f=Makefile;h=98a578a0432024ebc9be87952671d370f121c9da;hp=8b7a5fda0e8e72c22965cb322b7df5a06e0d5e3f;hb=198817609e33a09e825e71e85118d1b07ecdf645;hpb=ba3db9e7f6f8d2be5a5170dbac3f12c789306970 diff --git a/Makefile b/Makefile index 8b7a5fd..98a578a 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,9 @@ CFLAGS += -Wall -ggdb ifdef CONFIG_FILE CFLAGS += -DCONFIG_FILE="\"$(CONFIG_FILE)\"" endif +ifdef HAVE_ARMv6 +CFLAGS += -DHAVE_ARMv6=$(HAVE_ARMv6) +endif CXXFLAGS += $(CFLAGS) OBJS = Main.o Ea.o OpAny.o OpArith.o OpBranch.o OpLogic.o OpMove.o Disa/Disa.o