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
cf02c6b1
Commit
cf02c6b1
authored
Aug 06, 2000
by
Ovidiu Predescu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved the Objective-C specific options to objc/lang-options.h.
From-SVN: r35517
parent
52e44bb2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
+0
-16
gcc/toplev.c
+0
-16
No files found.
gcc/toplev.c
View file @
cf02c6b1
...
...
@@ -1247,22 +1247,6 @@ documented_lang_options[] =
#define DEFINE_LANG_NAME(NAME) { NULL, NAME },
/* These are for Objective C. */
DEFINE_LANG_NAME
(
"Objective C"
)
{
"-lang-objc"
,
""
},
{
"-gen-decls"
,
"Dump decls to a .decl file"
},
{
"-fgnu-runtime"
,
"Generate code for GNU runtime environment"
},
{
"-fno-gnu-runtime"
,
""
},
{
"-fnext-runtime"
,
"Generate code for NeXT runtime environment"
},
{
"-fno-next-runtime"
,
""
},
{
"-Wselector"
,
"Warn if a selector has multiple methods"
},
{
"-Wno-selector"
,
""
},
{
"-Wprotocol"
,
""
},
{
"-Wno-protocol"
,
"Do not warn if inherited methods are unimplemented"
},
{
"-print-objc-runtime-info"
,
"Generate C header of platform specific features"
},
#include "options.h"
};
...
...
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