Don't define STANDARD_{EXEC,STARTFILE}_PREFIX here; do it in the Makefile

like the GNU setup does.
This commit is contained in:
tv 1998-08-16 21:28:20 +00:00
parent b32c2a3ab9
commit d65b2e3afa

View File

@ -23,16 +23,12 @@
/* Under NetBSD, the normal location of the compiler back ends is the
/usr/libexec directory. */
#undef STANDARD_EXEC_PREFIX
#define STANDARD_EXEC_PREFIX "/usr/libexec/"
#undef MD_EXEC_PREFIX
#define MD_EXEC_PREFIX "/usr/libexec/"
/* Under NetBSD, the normal location of the various *crt*.o files is the
/usr/lib directory. */
#undef STANDARD_STARTFILE_PREFIX
#define STANDARD_STARTFILE_PREFIX "/usr/lib/"
#undef MD_STARTFILE_PREFIX
#define MD_STARTFILE_PREFIX "/usr/lib/"