configure: Allow relocation on x86_64.

oldstable
Ge van Geldorp 2006-06-30 21:37:34 +02:00 committed by Alexandre Julliard
parent 3c1f2d6cbe
commit 2adeefe388
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -16915,7 +16915,7 @@ echo "${ECHO_T}$ac_cv_ld_rpath" >&6; }
fi
case $host_cpu in
*i[3456789]86*)
*i[3456789]86* | x86_64)
{ echo "$as_me:$LINENO: checking whether we can relocate the executable to 0x7bf00000" >&5
echo $ECHO_N "checking whether we can relocate the executable to 0x7bf00000... $ECHO_C" >&6; }
if test "${ac_cv_ld_reloc_exec+set}" = set; then

View File

@ -1121,7 +1121,7 @@ case $host_os in
fi
case $host_cpu in
*i[[3456789]]86*)
*i[[3456789]]86* | x86_64)
AC_CACHE_CHECK([whether we can relocate the executable to 0x7bf00000], ac_cv_ld_reloc_exec,
[WINE_TRY_CFLAGS([-Wl,--section-start,.interp=0x7bf00400],
ac_cv_ld_reloc_exec="yes", ac_cv_ld_reloc_exec="no")])