aboutsummaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorCameron Cawley <ccawley2011@gmail.com>2022-10-13 13:38:07 +0100
committerMark Adler <madler@alumni.caltech.edu>2024-01-23 06:27:49 -0800
commit4de0b054a58bfee6974afabd831538dcedc23e22 (patch)
tree64c1e36f46ba13be738301c1c294dd2633cdabf2 /old
parent9f0f2d4f9f1f28be7e16d8bf3b4e9d4ada70aa9f (diff)
downloadzlib-4de0b054a58bfee6974afabd831538dcedc23e22.tar.gz
zlib-4de0b054a58bfee6974afabd831538dcedc23e22.tar.bz2
zlib-4de0b054a58bfee6974afabd831538dcedc23e22.zip
Improve portability to RISC OS.
Diffstat (limited to 'old')
-rw-r--r--old/Makefile.riscos2
1 files changed, 1 insertions, 1 deletions
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 @@
3# test works out-of-the-box, installs `somewhere' on demand 3# test works out-of-the-box, installs `somewhere' on demand
4 4
5# Toolflags: 5# Toolflags:
6CCflags = -c -depend !Depend -IC: -g -throwback -DRISCOS -fah 6CCflags = -c -depend !Depend -IC: -g -throwback -fah
7C++flags = -c -depend !Depend -IC: -throwback 7C++flags = -c -depend !Depend -IC: -throwback
8Linkflags = -aif -c++ -o $@ 8Linkflags = -aif -c++ -o $@
9ObjAsmflags = -throwback -NoCache -depend !Depend 9ObjAsmflags = -throwback -NoCache -depend !Depend