changeset 21475:6cc3bb84b60e

(LINKER): Add definition. (LD_SWITCH_SYSTEM): Undo previous change.
author Karl Heuer <kwzh@gnu.org>
date Sat, 11 Apr 1998 18:16:01 +0000
parents 78c4044476c0
children bf0a3e277594
files src/s/netbsd.h
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/netbsd.h	Sat Apr 11 18:04:12 1998 +0000
+++ b/src/s/netbsd.h	Sat Apr 11 18:16:01 1998 +0000
@@ -72,3 +72,10 @@
    which is what OSF1 uses.  */
 #define LD_SWITCH_SYSTEM `echo LD_SWITCH_X_SITE_AUX | sed -e 's/-R/-Wl,-rpath,/'`
 #endif /* __ELF__ */
+
+/* On post 1.3 releases of NetBSD, gcc -nostdlib also clears
+   the library search parth, i.e. it won't search /usr/lib
+   for libc and friends. Using -nostartfiles instead avoids
+   this problem, and will also work on earlier NetBSD releases */
+
+#define LINKER $(CC) -nostartfiles