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
2a1bf18b
Commit
2a1bf18b
authored
Jan 02, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(default_include): Look directly in TOOL_INCLUDE_DIR.
From-SVN: r3054
parent
b7b08dcd
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
gcc/cccp.c
+1
-0
gcc/protoize.c
+1
-0
No files found.
gcc/cccp.c
View file @
2a1bf18b
...
...
@@ -539,6 +539,7 @@ static struct default_include { char *fname; int cplusplus; } include_defaults_a
/* Pick up GNU C++ specific include files. */
{
GPLUSPLUS_INCLUDE_DIR
,
1
},
{
GCC_INCLUDE_DIR
,
0
},
{
TOOL_INCLUDE_DIR
,
0
},
#ifdef CROSS_COMPILE
/* For cross-compilation, this dir name is generated
automatically in Makefile.in. */
...
...
gcc/protoize.c
View file @
2a1bf18b
...
...
@@ -277,6 +277,7 @@ struct default_include { const char *fname; int cplusplus; } include_defaults[]
/* Pick up GNU C++ specific include files. */
{
GPLUSPLUS_INCLUDE_DIR
,
1
},
{
GCC_INCLUDE_DIR
,
0
},
{
TOOL_INCLUDE_DIR
,
0
},
#ifdef CROSS_COMPILE
/* For cross-compilation, this dir name is generated
automatically in Makefile.in. */
...
...
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