From 4de0b054a58bfee6974afabd831538dcedc23e22 Mon Sep 17 00:00:00 2001 From: Cameron Cawley Date: Thu, 13 Oct 2022 13:38:07 +0100 Subject: Improve portability to RISC OS. --- old/Makefile.riscos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'old') diff --git a/old/Makefile.riscos b/old/Makefile.riscos index 57e29d3..0f503ff 100644 --- a/old/Makefile.riscos +++ b/old/Makefile.riscos @@ -3,7 +3,7 @@ # test works out-of-the-box, installs `somewhere' on demand # Toolflags: -CCflags = -c -depend !Depend -IC: -g -throwback -DRISCOS -fah +CCflags = -c -depend !Depend -IC: -g -throwback -fah C++flags = -c -depend !Depend -IC: -throwback Linkflags = -aif -c++ -o $@ ObjAsmflags = -throwback -NoCache -depend !Depend -- cgit v1.2.3-55-g6feb