Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
88a27391
Commit
88a27391
authored
Jan 14, 2021
by
Isuru Fernando
Browse files
Add an explanation about host_alias
parent
429665ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
common_utils.sh
common_utils.sh
+1
-0
No files found.
common_utils.sh
View file @
88a27391
...
...
@@ -300,6 +300,7 @@ function run_command_universal2 {
export FCFLAGS+="
-arch
arm64
"
export FC=
$FC_ARM64
export LDFLAGS+="
-arch
arm64
-L
$BUILD_PREFIX
/lib
-Wl
,-rpath,
$BUILD_PREFIX
/lib
${
FC_ARM64_LDFLAGS
:-}
"
# This would automatically let autoconf know that we are cross compiling for arm64 darwin
export host_alias="
aarch64-apple-darwin20.0.0
"
$@
)
...
...
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