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
Ben Avison
Env
Commits
5154c086
Commit
5154c086
authored
Nov 25, 2020
by
Ben Avison
Committed by
ROOL
Dec 14, 2020
Browse files
Define AMUMACHINE when cross-compiling
This environment variable is required by srcbuild.
parent
b3177c95
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
!Common.sh
!Common.sh
+2
-0
No files found.
!Common.sh
View file @
5154c086
...
@@ -17,6 +17,8 @@ export APPDIR=$BUILDDIR/Apps
...
@@ -17,6 +17,8 @@ export APPDIR=$BUILDDIR/Apps
export
MAKEFILEDIR
=
$BUILDDIR
/BuildSys/GNUmakefiles
export
MAKEFILEDIR
=
$BUILDDIR
/BuildSys/GNUmakefiles
export
INSTALLDIR
=
$BUILDDIR
/Install
export
INSTALLDIR
=
$BUILDDIR
/Install
export
AMUMACHINE
=
"make -I
\"
$MAKEFILEDIR
\"
--no-print-directory"
if
[
"
$APCS
"
=
"APCS-R"
]
;
then
if
[
"
$APCS
"
=
"APCS-R"
]
;
then
TOOLOPTIONS
=
"-26bit"
TOOLOPTIONS
=
"-26bit"
ASASM_TOOLOPTIONS
=
"-apcs 3/26bit/fpe2"
ASASM_TOOLOPTIONS
=
"-apcs 3/26bit/fpe2"
...
...
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