From 4ad627786e6282176a4ebcd4c7e924fae692099a Mon Sep 17 00:00:00 2001 From: mazze Date: Mon, 7 Oct 2013 20:04:07 +0000 Subject: [PATCH] Attempting to build Quake and Doom for ARM. Let's see what happens. git-svn-id: https://svn.aros.org/svn/aros/trunk/contrib@48235 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- Games/Doom/mmakefile.src | 5 +++-- Games/Quake/mmakefile.src | 9 +++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Games/Doom/mmakefile.src b/Games/Doom/mmakefile.src index d7b3bed9a..538238dda 100644 --- a/Games/Doom/mmakefile.src +++ b/Games/Doom/mmakefile.src @@ -85,9 +85,10 @@ FILES := \ # amiga_main #MM- contrib-games : Doom-$(AROS_TARGET_CPU) -#MM Doom-i386 : Doom-extra +#MM- Doom-i386 : Doom Doom-extra +#MM- Doom-arm : Doom Doom-extra -%build_prog mmake=Doom-i386 \ +%build_prog mmake=Doom \ progname=Doom targetdir=$(EXEDIR) \ files=$(FILES) diff --git a/Games/Quake/mmakefile.src b/Games/Quake/mmakefile.src index 401fe4d8b..d1e8a6698 100644 --- a/Games/Quake/mmakefile.src +++ b/Games/Quake/mmakefile.src @@ -11,8 +11,12 @@ DEPLIBS := $(STARTUP) $(LIBDIR)/libstdc.a \ EXE := $(INSTDIR)/quake #MM- contrib-games : Quake-$(AROS_TARGET_CPU) -#MM Quake-i386 : linklibs includes -Quake-i386 : make-dirs $(EXE) +#MM- Quake-i386 : Quake +#MM- Quake-arm : Quake + +#MM Quake : linklibs includes + +Quake : make-dirs $(EXE) make-dirs : %mkdirs_q $(INSTDIR) $(BUILDDIR) @@ -26,6 +30,7 @@ else GLIBC= endif +#FIXME: what about ARM? ifneq (,$(findstring alpha,$(shell uname -m))) ARCH=axp else -- 2.11.4.GIT