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
b69efa5b
Commit
b69efa5b
authored
Feb 13, 1995
by
Michael Meissner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add test for NETBSD_NATIVE
From-SVN: r8934
parent
9f21696b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
7 deletions
+14
-7
gcc/config/netbsd.h
+14
-7
No files found.
gcc/config/netbsd.h
View file @
b69efa5b
/* NETBSD_NATIVE is defined when gcc is integrated into the NetBSD
source tree so it can be configured appropriately without using
the GNU configure/build mechanism. */
#ifdef NETBSD_NATIVE
/* Look for the include files in the system-defined places. */
/* Look for the include files in the system-defined places. */
#undef GPLUSPLUS_INCLUDE_DIR
#undef GPLUSPLUS_INCLUDE_DIR
...
@@ -14,18 +20,19 @@
...
@@ -14,18 +20,19 @@
{ 0, 0, 0 } \
{ 0, 0, 0 } \
}
}
/* Under NetBSD, the normal location of the compiler back ends is the
/usr/libexec directory. */
/* Under NetBSD, the normal location of the `ld' and `as' programs is the
#undef STANDARD_EXEC_PREFIX
/usr/bin directory. */
#define STANDARD_EXEC_PREFIX "/usr/libexec/"
#undef MD_EXEC_PREFIX
#define MD_EXEC_PREFIX "/usr/bin/"
/* Under NetBSD, the normal location of the various *crt*.o files is the
/* Under NetBSD, the normal location of the various *crt*.o files is the
/usr/lib directory. */
/usr/lib directory. */
#undef MD_STARTFILE_PREFIX
#undef STANDARD_STARTFILE_PREFIX
#define MD_STARTFILE_PREFIX "/usr/lib/"
#define STANDARD_STARTFILE_PREFIX "/usr/lib/"
#endif
/* Provide a CPP_SPEC appropriate for NetBSD. Current we just deal with
/* Provide a CPP_SPEC appropriate for NetBSD. Current we just deal with
...
...
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