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
61f8c34f
Commit
61f8c34f
authored
May 05, 2007
by
Ben Taylor
Committed by
Alexandre Julliard
May 07, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winegcc: Allow -R and -z linker options.
parent
3baf4dbe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
winegcc.c
tools/winegcc/winegcc.c
+4
-2
No files found.
tools/winegcc/winegcc.c
View file @
61f8c34f
...
...
@@ -724,7 +724,9 @@ static int is_linker_arg(const char* arg)
switch
(
arg
[
1
])
{
case
'l'
:
case
'R'
:
case
'z'
:
case
'l'
:
case
'u'
:
return
1
;
case
'W'
:
...
...
@@ -828,7 +830,7 @@ int main(int argc, char **argv)
case
'x'
:
case
'o'
:
case
'D'
:
case
'U'
:
case
'I'
:
case
'A'
:
case
'l'
:
case
'u'
:
case
'b'
:
case
'V'
:
case
'G'
:
case
'L'
:
case
'B'
:
case
'B'
:
case
'R'
:
case
'z'
:
if
(
argv
[
i
][
2
])
option_arg
=
&
argv
[
i
][
2
];
else
next_is_arg
=
1
;
break
;
...
...
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