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
f08a3544
Commit
f08a3544
authored
May 05, 2004
by
Mike Stump
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restore partial missing damaged in 1.423.
From-SVN: r81530
parent
48664302
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
1 deletions
+29
-1
gcc/doc/invoke.texi
+29
-1
No files found.
gcc/doc/invoke.texi
View file @
f08a3544
...
...
@@ -462,7 +462,7 @@ in the following sections.
-
single_module
-
static
-
sub_library
-
sub_umbrella
@
gol
-
twolevel_namespace
-
umbrella
-
undefined
@
gol
-
unexported_symbols_list
-
weak_reference_mismatches
@
gol
-
whatsloaded
}
-
whatsloaded
-
F
}
@
emph
{
MIPS
Options
}
@
gccoptlist
{-
EL
-
EB
-
march
=@
var
{
arch
}
-
mtune
=@
var
{
arch
}
@
gol
...
...
@@ -7663,6 +7663,34 @@ These options are defined for all architectures running the Darwin operating
system
.
They
are
useful
for
compatibility
with
other
Mac
OS
compilers
.
@
table
@
gcctabopt
@
item
-
F
@
var
{
dir
}
@
opindex
F
Add
the
framework
directory
@
var
{
dir
}
to
the
head
of
the
list
of
directories
to
be
searched
for
header
files
.
These
directories
are
interleaved
with
those
specified
by
@
option
{-
I
}
options
and
are
scanned
in
a
left
-
to
-
right
order
.
A
framework
directory
is
a
directory
with
frameworks
in
it
.
A
framework
is
a
directory
with
a
@
samp
{
"Headers"
}
and
/
or
@
samp
{
"PrivateHeaders"
}
directory
contained
directly
in
it
that
ends
in
@
samp
{
".framework"
}.
The
name
of
a
framework
is
the
name
of
this
directory
excluding
the
@
samp
{
".framework"
}.
Headers
associated
with
the
framework
are
found
in
one
of
those
two
directories
,
with
@
samp
{
"Headers"
}
being
searched
first
.
A
subframework
is
a
framework
directory
that
is
in
a
framework
's @samp{"Frameworks"} directory.
Includes of subframework headers can only appear in a header of a
framework that contains the subframework, or in a sibling subframework
header. Two subframeworks are siblings if they occur in the same
framework. A subframework should not have the same name as a
framework, a warning will be issued if this is violated. Currently a
subframework cannot have subframeworks, in the future, the mechanism
may be extended to support this. The standard frameworks can be found
in @samp{"/System/Library/Frameworks"}, @samp{"/Library/Frameworks"}
and @samp{"/Local/Library/Frameworks"}. An example include looks like
@code{#include <Framework/header.h>}, where @samp{Framework} denotes
the name of the framework and header.h is found in the
@samp{"PrivateHeaders"} or @samp{"Headers"} directory.
@item -all_load
@opindex all_load
Loads all members of static archive libraries.
...
...
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