configure: Set the main loader base address on ARM64.
Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
021ae0c3d3
commit
444550020a
|
@ -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 :
|
||||
|
|
|
@ -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" ;;
|
||||
|
|
Loading…
Reference in New Issue