Commit b69efa5b by Michael Meissner

Add test for NETBSD_NATIVE

From-SVN: r8934
parent 9f21696b
/* 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment