[1/6] configure: Don't touch platform register x18 on ARM64

Alexandre Julliard julliard at winehq.org
Mon Jun 15 00:54:07 CDT 2015


André Hentschel <nerv at 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 at winehq.org



More information about the wine-devel mailing list