=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: configure: Set the main loader base address on ARM64.

Alexandre Julliard julliard at winehq.org
Thu Nov 16 15:21:09 CST 2017


Module: wine
Branch: master
Commit: 444550020af97935bbf220f5c5e9fd75cae29ee7
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=444550020af97935bbf220f5c5e9fd75cae29ee7

Author: André Hentschel <nerv at dawncrow.de>
Date:   Wed Nov 15 23:30:55 2017 +0100

configure: Set the main loader base address on ARM64.

Signed-off-by: André Hentschel <nerv at dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 configure    | 2 +-
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index dabb123..0da9bb5 100755
--- a/configure
+++ b/configure
@@ -8907,7 +8907,7 @@ if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
 fi
 
       case $host_cpu in
-        *i[3456789]86* | x86_64)
+        *i[3456789]86* | x86_64 | *aarch64*)
           { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false; then :
diff --git a/configure.ac b/configure.ac
index 637979a..0ec136d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -920,7 +920,7 @@ case $host_os in
                       [LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"])
 
       case $host_cpu in
-        *i[[3456789]]86* | x86_64)
+        *i[[3456789]]86* | x86_64 | *aarch64*)
           WINE_TRY_CFLAGS([-Wl,-Ttext-segment=0x7bc00000],
                           [case $host_os in
                            freebsd* | kfreebsd*-gnu) WINELOADER_LDFLAGS="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x60000000" ;;




More information about the wine-cvs mailing list