From 1a1eb66fa0f4e6de6d06d80dae1bdce276fbd294 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sat, 25 Feb 2023 18:31:16 +0100 Subject: ports: move to the new toolchain --- ports/doom | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ports/doom') diff --git a/ports/doom b/ports/doom index 82db23e..7ef03dd 100644 --- a/ports/doom +++ b/ports/doom @@ -15,14 +15,14 @@ fetch() { cat <<\EOF > doomgeneric_camellia.c #include -#include +#include #include #include #include #include #include -#include -#include +#include +#include #include "doomgeneric.h" #include "doomkeys.h" @@ -144,7 +144,7 @@ prep() { } case $1 in - install) (prep; make "CC=cc" && cp doomgeneric $PREFIX/bin/doom && cp *.WAD $PREFIX/) ;; + install) (prep; make "CC=x86_64-camellia-gcc" && cp doomgeneric $PREFIX/bin/doom && cp *.WAD $PREFIX/) ;; clean) (prep; make clean) ;; deepclean) (rm -rf doomgeneric) ;; *) echo "usage: $0 install|clean"; false ;; -- cgit v1.2.3