Set MD_EXEC_PREFIX and MD_STARTFILE_PREFIX here.

This commit is contained in:
mycroft 1998-05-07 04:15:07 +00:00
parent 147bf39e19
commit 52463c691f

View File

@ -25,12 +25,16 @@
#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/"
#endif