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
1d96e5b4
Commit
1d96e5b4
authored
Oct 28, 1999
by
Fred Fish
Committed by
Nick Clifton
Oct 28, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document that CC1_SPEC is used by cc1plus
From-SVN: r30236
parent
723ae7c1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
gcc/ChangeLog
+5
-0
gcc/tm.texi
+3
-0
No files found.
gcc/ChangeLog
View file @
1d96e5b4
Mon
Oct
18
21
:
16
:
06
1999
Fred
Fish
<
fnf
@be
.
com
>
*
tm
.
texi
(
CC1PLUS_SPEC
)
:
Make
it
clear
in
the
docs
that
CC1_SPEC
is
used
by
both
cc1
and
cc1plus
.
Thu
Oct
28
10
:
00
:
48
1999
Nick
Clifton
<
nickc
@cygnus
.
com
>
Thu
Oct
28
10
:
00
:
48
1999
Nick
Clifton
<
nickc
@cygnus
.
com
>
*
config
/
arm
/
arm
.
c
:
Initialise
arm_structure_size_boundary
to
*
config
/
arm
/
arm
.
c
:
Initialise
arm_structure_size_boundary
to
...
...
gcc/tm.texi
View file @
1d96e5b4
...
@@ -153,6 +153,9 @@ pass to @code{cc1plus}. It can also specify how to translate options you
...
@@ -153,6 +153,9 @@ pass to @code{cc1plus}. It can also specify how to translate options you
give
to
GCC
into
options
for
GCC
to
pass
to
the
@code
{
cc1plus
}.
give
to
GCC
into
options
for
GCC
to
pass
to
the
@code
{
cc1plus
}.
Do
not
define
this
macro
if
it
does
not
need
to
do
anything
.
Do
not
define
this
macro
if
it
does
not
need
to
do
anything
.
Note
that
everything
defined
in
CC1_SPEC
is
already
passed
to
@code
{
cc1plus
}
so
there
is
no
need
to
duplicate
the
contents
of
CC1_SPEC
in
CC1PLUS_SPEC
.
@findex
ASM_SPEC
@findex
ASM_SPEC
@item
ASM_SPEC
@item
ASM_SPEC
...
...
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