Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
RiscOS
BuildSys
Commits
5ca43ab2
Commit
5ca43ab2
authored
5 years ago
by
Ben Avison
Committed by
ROOL
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Add a few definitions required to cross-compile TerritoryManager
parent
64010501
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
GNUmakefiles/StdTools
GNUmakefiles/StdTools
+3
-1
No files found.
GNUmakefiles/StdTools
View file @
5ca43ab2
...
@@ -9,9 +9,11 @@ INCLUDED_STDTOOLS = YES
...
@@ -9,9 +9,11 @@ INCLUDED_STDTOOLS = YES
ifneq (Host,${APCS})
ifneq (Host,${APCS})
GNUTOOLPREFIX = arm-unknown-riscos-
GNUTOOLPREFIX = arm-unknown-riscos-
SUFFIX_MODULE = ,ffa
SUFFIX_MODULE = ,ffa
SUFFIX_SPRITE = ,ff9
SUFFIX_ABSOLUTE = ,ff8
SUFFIX_ABSOLUTE = ,ff8
SUFFIX_OBEY = ,feb
SUFFIX_OBEY = ,feb
SUFFIX_DEBIMAGE = ,fd3
SUFFIX_DEBIMAGE = ,fd3
SUFFIX_SQUASH = ,fca
endif
endif
SUFFIX_PERL = ,102
SUFFIX_PERL = ,102
SUFFIX_HEADER = .h
SUFFIX_HEADER = .h
...
@@ -84,7 +86,7 @@ PERL = perl
...
@@ -84,7 +86,7 @@ PERL = perl
RESGEN = resgen
RESGEN = resgen
RM = rm -f
RM = rm -f
#SETTYPE = settype
#SETTYPE = settype
#
SQUASH =
s
quash
SQUASH =
S
quash
ifneq (Host,${APCS})
ifneq (Host,${APCS})
SQZ = armsqueeze
SQZ = armsqueeze
else
else
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment