Re: [1/6] configure: Don't touch platform register x18 on ARM64
15 Jun
2015
15 Jun
'15
5: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
3834
Age (days ago)
3834
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard