Skip to content
Snippets Groups Projects
Commit 2adeefe3 authored by Ge van Geldorp's avatar Ge van Geldorp Committed by Alexandre Julliard
Browse files

configure: Allow relocation on x86_64.

parent 3c1f2d6c
No related merge requests found
......@@ -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
......
......@@ -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")])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment