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
49f4664a
Commit
49f4664a
authored
May 07, 2020
by
Jean-Claude Beaudoin
Browse files
Do not define MKCL_USE_VARARG_AS_POINTER on ARM platforms, it does not go well.
parent
3d44e0f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/aclocal.m4
View file @
49f4664a
...
...
@@ -853,12 +853,10 @@ case "${host_cpu}" in
;;
aarch64 )
EXTRA_OBJS="${EXTRA_OBJS} ffi_aarch64.o"
AC_DEFINE(MKCL_USE_VARARG_AS_POINTER)
dynamic_ffi=yes
;;
arm* )
EXTRA_OBJS="${EXTRA_OBJS} ffi_arm.o"
AC_DEFINE(MKCL_USE_VARARG_AS_POINTER)
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