Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mkcl
mkcl
Commits
ed088cfd
Commit
ed088cfd
authored
May 07, 2020
by
Jean-Claude Beaudoin
Browse files
Obvious follow-up to the previous commit.
parent
49f4664a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/configure
View file @
ed088cfd
...
...
@@ -6469,14 +6469,10 @@ case "${host_cpu}" in
;;
aarch64
)
EXTRA_OBJS
=
"
${
EXTRA_OBJS
}
ffi_aarch64.o"
$as_echo
"#define MKCL_USE_VARARG_AS_POINTER 1"
>>
confdefs.h
dynamic_ffi
=
yes
;;
arm
*
)
EXTRA_OBJS
=
"
${
EXTRA_OBJS
}
ffi_arm.o"
$as_echo
"#define MKCL_USE_VARARG_AS_POINTER 1"
>>
confdefs.h
dynamic_ffi
=
yes
;;
*
)
...
...
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