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
d6625bd1
Commit
d6625bd1
authored
Dec 20, 2019
by
Jacek Caban
Committed by
Alexandre Julliard
Dec 20, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Allow setting CROSSLDFLAGS by configure.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
48f1623a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
+4
-0
Makefile.in
Makefile.in
+1
-0
configure
configure
+2
-0
configure.ac
configure.ac
+1
-0
No files found.
Makefile.in
View file @
d6625bd1
...
...
@@ -40,6 +40,7 @@ CROSSCC = @CROSSCC@
CFLAGS
=
@CFLAGS@
CPPFLAGS
=
@CPPFLAGS@
CROSSCFLAGS
=
@CROSSCFLAGS@
CROSSLDFLAGS
=
@CROSSLDFLAGS@
EXTRACFLAGS
=
@EXTRACFLAGS@
EXTRACROSSCFLAGS
=
@EXTRACROSSCFLAGS@
MSVCRTFLAGS
=
@MSVCRTFLAGS@
...
...
configure
View file @
d6625bd1
...
...
@@ -707,6 +707,7 @@ X_CFLAGS
XMKMF
PTHREAD_LIBS
DELAYLOADFLAG
CROSSLDFLAGS
EXTRACROSSCFLAGS
CROSSCFLAGS
CROSSCC
...
...
@@ -9772,6 +9773,7 @@ test -n "$CROSSCC" || CROSSCC="false"
EXTRACROSSCFLAGS
=
"-DWINE_CROSS_PE -Wall"
CC
=
"
$CROSSCC
"
CFLAGS
=
$CROSSCFLAGS
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking whether
$CROSSCC
works"
>
&5
...
...
configure.ac
View file @
d6625bd1
...
...
@@ -1032,6 +1032,7 @@ then
saved_CFLAGS=$CFLAGS
AC_SUBST(CROSSCFLAGS,${CROSSCFLAGS:-"-g -O2"})
AC_SUBST(EXTRACROSSCFLAGS,"-DWINE_CROSS_PE -Wall")
AC_SUBST(CROSSLDFLAGS)
CC="$CROSSCC"
CFLAGS=$CROSSCFLAGS
...
...
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