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
e1139a5e
Commit
e1139a5e
authored
May 25, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(include_defaults): Update to match cccp.c.
From-SVN: r4564
parent
46c74083
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
gcc/protoize.c
+13
-2
No files found.
gcc/protoize.c
View file @
e1139a5e
...
...
@@ -272,14 +272,25 @@ 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
/* This is the dir for fixincludes. Put it just before
the files that we fix. */
{
GCC_INCLUDE_DIR
,
0
},
/* For cross-compilation, this dir name is generated
automatically in Makefile.in. */
{
CROSS_INCLUDE_DIR
,
0
},
/* This is another place that the target system's headers might be. */
{
TOOL_INCLUDE_DIR
,
0
},
#else
/* not CROSS_COMPILE */
/* This should be /use/local/include and should come before
the fixincludes-fixed header files. */
{
LOCAL_INCLUDE_DIR
,
0
},
/* This is here ahead of GCC_INCLUDE_DIR because assert.h goes here.
Likewise, behind LOCAL_INCLUDE_DIR, where glibc puts its assert.h. */
{
TOOL_INCLUDE_DIR
,
0
},
/* This is the dir for fixincludes. Put it just before
the files that we fix. */
{
GCC_INCLUDE_DIR
,
0
},
/* Some systems have an extra dir of include files. */
#ifdef SYSTEM_INCLUDE_DIR
{
SYSTEM_INCLUDE_DIR
,
0
},
...
...
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