Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
44455002
Commit
44455002
authored
Nov 15, 2017
by
André Hentschel
Committed by
Alexandre Julliard
Nov 16, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
>
parent
021ae0c3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
configure
configure
+1
-1
configure.ac
configure.ac
+1
-1
No files found.
configure
View file @
44455002
...
@@ -8907,7 +8907,7 @@ if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
...
@@ -8907,7 +8907,7 @@ if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
fi
fi
case
$host_cpu
in
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
"
$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
;
}
$as_echo_n
"checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... "
>
&6
;
}
if
${
ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
+
:
}
false
;
then
:
if
${
ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
+
:
}
false
;
then
:
...
...
configure.ac
View file @
44455002
...
@@ -920,7 +920,7 @@ case $host_os in
...
@@ -920,7 +920,7 @@ case $host_os in
[LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"])
[LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"])
case $host_cpu in
case $host_cpu in
*i[[3456789]]86* | x86_64)
*i[[3456789]]86* | x86_64
| *aarch64*
)
WINE_TRY_CFLAGS([-Wl,-Ttext-segment=0x7bc00000],
WINE_TRY_CFLAGS([-Wl,-Ttext-segment=0x7bc00000],
[case $host_os in
[case $host_os in
freebsd* | kfreebsd*-gnu) WINELOADER_LDFLAGS="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x60000000" ;;
freebsd* | kfreebsd*-gnu) WINELOADER_LDFLAGS="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x60000000" ;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment