Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
8c124730
Commit
8c124730
authored
Mar 10, 2003
by
Devang Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove extra bits I included, by mistake, in my previous check-in
for PR/9394 fix. From-SVN: r64156
parent
3c6a9be3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
4 deletions
+1
-4
gcc/gcc.c
+1
-4
No files found.
gcc/gcc.c
View file @
8c124730
...
@@ -3142,11 +3142,8 @@ process_command (argc, argv)
...
@@ -3142,11 +3142,8 @@ process_command (argc, argv)
/* If there is a -V or -b option (or both), process it now, before
/* If there is a -V or -b option (or both), process it now, before
trying to interpret the rest of the command line. */
trying to interpret the rest of the command line. */
/* Use heuristic that all configuration names must have at least one dash '-'.
This allows to pass options that start with -b. */
if
(
argc
>
1
&&
argv
[
1
][
0
]
==
'-'
if
(
argc
>
1
&&
argv
[
1
][
0
]
==
'-'
&&
(
argv
[
1
][
1
]
==
'V'
&&
(
argv
[
1
][
1
]
==
'V'
||
argv
[
1
][
1
]
==
'b'
))
||
(
argv
[
1
][
1
]
==
'b'
&&
strchr
(
argv
[
1
]
+
2
,
'-'
)
!=
NULL
)))
{
{
const
char
*
new_version
=
DEFAULT_TARGET_VERSION
;
const
char
*
new_version
=
DEFAULT_TARGET_VERSION
;
const
char
*
new_machine
=
DEFAULT_TARGET_MACHINE
;
const
char
*
new_machine
=
DEFAULT_TARGET_MACHINE
;
...
...
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