From: Fabian Maurer dark.shadow4@web.de
It still works using lower page sizes while also allowing page sizes > 4k
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52715 --- configure.ac | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/configure.ac b/configure.ac index cba55126869..bee57564983 100644 --- a/configure.ac +++ b/configure.ac @@ -1009,6 +1009,8 @@ This is an error since --enable-archs=$wine_arch was requested.])]) WINE_TRY_PE_CFLAGS([-Wnonnull]) WINE_TRY_PE_CFLAGS([-mcx16]) WINE_TRY_PE_CFLAGS([-mcmodel=small]) ;; + aarch64) WINE_TRY_PE_CFLAGS([-Wl,-section-alignment=65536], + [AS_VAR_APPEND([${wine_arch}_LDFLAGS],[" -Wl,-section-alignment=65536"])]) ;; esac
dnl Determine debug info format