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
5ae3bec5
Commit
5ae3bec5
authored
Jan 19, 1997
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(lang_options): Add -fhosted, -ffreestanding, and -Wmain.
From-SVN: r13519
parent
92fce8f5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
+7
-1
gcc/toplev.c
+7
-1
No files found.
gcc/toplev.c
View file @
5ae3bec5
/* Top level of GNU C compiler
/* Top level of GNU C compiler
Copyright (C) 1987, 88, 89, 92-
5, 1996
Free Software Foundation, Inc.
Copyright (C) 1987, 88, 89, 92-
6, 1997
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
@@ -662,6 +662,10 @@ char *lang_options[] =
...
@@ -662,6 +662,10 @@ char *lang_options[] =
"-fno-asm"
,
"-fno-asm"
,
"-fbuiltin"
,
"-fbuiltin"
,
"-fno-builtin"
,
"-fno-builtin"
,
"-fhosted"
,
"-fno-hosted"
,
"-ffreestanding"
,
"-fno-freestanding"
,
"-fcond-mismatch"
,
"-fcond-mismatch"
,
"-fno-cond-mismatch"
,
"-fno-cond-mismatch"
,
"-fdollars-in-identifiers"
,
"-fdollars-in-identifiers"
,
...
@@ -692,6 +696,8 @@ char *lang_options[] =
...
@@ -692,6 +696,8 @@ char *lang_options[] =
"-Wno-import"
,
"-Wno-import"
,
"-Wimplicit"
,
"-Wimplicit"
,
"-Wno-implicit"
,
"-Wno-implicit"
,
"-Wmain"
,
"-Wno-main"
,
"-Wmissing-braces"
,
"-Wmissing-braces"
,
"-Wno-missing-braces"
,
"-Wno-missing-braces"
,
"-Wmissing-declarations"
,
"-Wmissing-declarations"
,
...
...
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