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
94c5035e
Commit
94c5035e
authored
May 02, 1994
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(INCLUDE_DEFAULTS): Add cxx_aware field.
From-SVN: r7185
parent
326af3bf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
21 deletions
+21
-21
gcc/config/nextstep.h
+16
-16
gcc/config/vax/xm-vms.h
+5
-5
No files found.
gcc/config/nextstep.h
View file @
94c5035e
...
...
@@ -26,26 +26,26 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#undef INCLUDE_DEFAULTS
#define INCLUDE_DEFAULTS \
{ \
{ GPLUSPLUS_INCLUDE_DIR, 1}, \
{ LOCAL_INCLUDE_DIR, 0
},
\
{ TOOL_INCLUDE_DIR, 0 }, \
{ GCC_INCLUDE_DIR, 0}, \
{ GPLUSPLUS_INCLUDE_DIR, 1
, 1
}, \
{ LOCAL_INCLUDE_DIR, 0
, 1 },
\
{ TOOL_INCLUDE_DIR, 0
, 1
}, \
{ GCC_INCLUDE_DIR, 0
, 0
}, \
/* These are for fixincludes-fixed ansi/bsd headers \
which wouldn't be found otherwise. \
(The use of string catenation here is OK since \
NeXT's native compiler is derived from GCC.) */
\
{ GCC_INCLUDE_DIR "/ansi", 0 }, \
{ GCC_INCLUDE_DIR "/bsd", 0 }, \
{ "/NextDeveloper/Headers", 0}, \
{ "/NextDeveloper/Headers/ansi", 0}, \
{ "/NextDeveloper/Headers/bsd", 0
},
\
{ "/LocalDeveloper/Headers", 0
},
\
{ "/LocalDeveloper/Headers/ansi", 0}, \
{ "/LocalDeveloper/Headers/bsd", 0}, \
{ "/NextDeveloper/2.0CompatibleHeaders", 0}, \
{ STANDARD_INCLUDE_DIR, 0
},
\
{ "/usr/include/bsd", 0
},
\
{ 0, 0} \
{ GCC_INCLUDE_DIR "/ansi", 0
, 0
}, \
{ GCC_INCLUDE_DIR "/bsd", 0
, 0
}, \
{ "/NextDeveloper/Headers", 0
, 0
}, \
{ "/NextDeveloper/Headers/ansi", 0
, 0
}, \
{ "/NextDeveloper/Headers/bsd", 0
, 0 },
\
{ "/LocalDeveloper/Headers", 0
, 0 },
\
{ "/LocalDeveloper/Headers/ansi", 0
, 0
}, \
{ "/LocalDeveloper/Headers/bsd", 0
, 0
}, \
{ "/NextDeveloper/2.0CompatibleHeaders", 0
, 0
}, \
{ STANDARD_INCLUDE_DIR, 0
, 0 },
\
{ "/usr/include/bsd", 0
, 0 },
\
{ 0, 0
, 0
} \
}
#endif
/* CROSS_COMPILE */
...
...
gcc/config/vax/xm-vms.h
View file @
94c5035e
...
...
@@ -72,11 +72,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Specify the list of include file directories. */
#define INCLUDE_DEFAULTS \
{ \
{ "GNU_GXX_INCLUDE:", 1}, \
{ "GNU_CC_INCLUDE:", 0},
/* GNU includes */
\
{ "SYS$SYSROOT:[SYSLIB.]", 0},
/* VAX-11 "C" includes */
\
{ ".", 0
},
/* Make normal VMS filespecs work. */
\
{ 0, 0} \
{ "GNU_GXX_INCLUDE:", 1
, 1
}, \
{ "GNU_CC_INCLUDE:", 0
, 0
},
/* GNU includes */
\
{ "SYS$SYSROOT:[SYSLIB.]", 0
, 0
},
/* VAX-11 "C" includes */
\
{ ".", 0
, 1 },
/* Make normal VMS filespecs work. */
\
{ 0, 0
, 0
} \
}
/* Under VMS a directory specification can be enclosed either in square
...
...
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