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
23218818
Commit
23218818
authored
Feb 23, 2024
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Stop passing ARM code generation options to winebuild.
They are not needed for PE builds.
parent
232b18d8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
configure
configure
+0
-3
configure.ac
configure.ac
+0
-3
No files found.
configure
View file @
23218818
...
...
@@ -6364,10 +6364,8 @@ printf "%s\n" "$wine_cv_thumb2" >&6; }
if
test
x
"
$wine_cv_thumb2
"
=
xyes
then
CFLAGS
=
"
$CFLAGS
-mthumb"
TARGETFLAGS
=
"
$TARGETFLAGS
-mthumb"
else
CFLAGS
=
"
$CFLAGS
-marm"
TARGETFLAGS
=
"
$TARGETFLAGS
-marm"
fi
case
$with_float_abi
in
soft|softfp|hard
)
...
...
@@ -6418,7 +6416,6 @@ printf "%s\n" "$wine_cv_float_abi" >&6; }
;;
esac
CFLAGS
=
"
$CFLAGS
-mfloat-abi=
$float_abi
"
TARGETFLAGS
=
"
$TARGETFLAGS
-mfloat-abi=
$float_abi
"
;;
esac
...
...
configure.ac
View file @
23218818
...
...
@@ -146,10 +146,8 @@ case $host in
if test x"$wine_cv_thumb2" = xyes
then
CFLAGS="$CFLAGS -mthumb"
TARGETFLAGS="$TARGETFLAGS -mthumb"
else
CFLAGS="$CFLAGS -marm"
TARGETFLAGS="$TARGETFLAGS -marm"
fi
case $with_float_abi in
soft|softfp|hard)
...
...
@@ -174,7 +172,6 @@ case $host in
;;
esac
CFLAGS="$CFLAGS -mfloat-abi=$float_abi"
TARGETFLAGS="$TARGETFLAGS -mfloat-abi=$float_abi"
;;
esac
...
...
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