diff options
author | Cameron Cawley <ccawley2011@gmail.com> | 2022-10-13 13:38:07 +0100 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2024-01-23 06:27:49 -0800 |
commit | 4de0b054a58bfee6974afabd831538dcedc23e22 (patch) | |
tree | 64c1e36f46ba13be738301c1c294dd2633cdabf2 /old | |
parent | 9f0f2d4f9f1f28be7e16d8bf3b4e9d4ada70aa9f (diff) | |
download | zlib-4de0b054a58bfee6974afabd831538dcedc23e22.tar.gz zlib-4de0b054a58bfee6974afabd831538dcedc23e22.tar.bz2 zlib-4de0b054a58bfee6974afabd831538dcedc23e22.zip |
Improve portability to RISC OS.
Diffstat (limited to 'old')
-rw-r--r-- | old/Makefile.riscos | 2 |
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: |
6 | CCflags = -c -depend !Depend -IC: -g -throwback -DRISCOS -fah | 6 | CCflags = -c -depend !Depend -IC: -g -throwback -fah |
7 | C++flags = -c -depend !Depend -IC: -throwback | 7 | C++flags = -c -depend !Depend -IC: -throwback |
8 | Linkflags = -aif -c++ -o $@ | 8 | Linkflags = -aif -c++ -o $@ |
9 | ObjAsmflags = -throwback -NoCache -depend !Depend | 9 | ObjAsmflags = -throwback -NoCache -depend !Depend |