15 Jun
2015
15 Jun
'15
8:54 a.m.
André Hentschel <nerv(a)dawncrow.de> writes:
diff --git a/configure.ac b/configure.ac index 79110c1..b26ae3e 100644 --- a/configure.ac +++ b/configure.ac @@ -178,6 +178,9 @@ case $host in CFLAGS="$CFLAGS -marm" AC_SUBST(TARGETFLAGS,"-marm") ;; + aarch64*) + CFLAGS="$CFLAGS -ffixed-x18"
I don't see how this can work. It would have to be made the toolchain default to apply to all system libraries. -- Alexandre Julliard julliard(a)winehq.org