diff options
Diffstat (limited to 'old/Makefile.riscos')
-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 |