summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authortv <tv@NetBSD.org>1998-04-07 13:16:28 +0000
committertv <tv@NetBSD.org>1998-04-07 13:16:28 +0000
commitaa9dc830d0ca9cc5ce0bfd06d7d229150f9a8ddc (patch)
tree75722a8038f52c1f7e353c276be34d1e3af1ec02 /gnu
parent5f06216718818afa21f1b47f064bf9bceb4a49d8 (diff)
Add note that -nostdlib is passed to the linker.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/dist/gcc/gcc.15
-rw-r--r--gnu/usr.bin/gcc/cc/gcc.15
2 files changed, 6 insertions, 4 deletions
diff --git a/gnu/dist/gcc/gcc.1 b/gnu/dist/gcc/gcc.1
index 6f838773a7d..040e1b4de0e 100644
--- a/gnu/dist/gcc/gcc.1
+++ b/gnu/dist/gcc/gcc.1
@@ -20,7 +20,7 @@
.if n .sp
.if t .sp 0.4
..
-.Id $Id: gcc.1,v 1.2 1998/03/29 11:36:53 mrg Exp $
+.Id $Id: gcc.1,v 1.3 1998/04/07 13:16:28 tv Exp $
.TH GCC 1 "\*(Dt" "GNU Tools" "GNU Tools"
.SH NAME
gcc, g++ \- GNU project C and C++ Compiler (egcs-1.0.2)
@@ -1398,7 +1398,8 @@ The standard libraries are used normally.
.TP
.B \-nostdlib
Don't use the standard system libraries and startup files when linking.
-Only the files you specify will be passed to the linker.
+Only the files you specify will be passed to the linker. This option is
+also passed to the linker, which may change the library search path.
.TP
.B \-static
On systems that support dynamic linking, this prevents linking with the shared
diff --git a/gnu/usr.bin/gcc/cc/gcc.1 b/gnu/usr.bin/gcc/cc/gcc.1
index ad435d43f74..0bc6512e60d 100644
--- a/gnu/usr.bin/gcc/cc/gcc.1
+++ b/gnu/usr.bin/gcc/cc/gcc.1
@@ -20,7 +20,7 @@
.if n .sp
.if t .sp 0.4
..
-.Id $Id: gcc.1,v 1.4 1998/01/09 06:02:38 lukem Exp $
+.Id $Id: gcc.1,v 1.5 1998/04/07 13:16:29 tv Exp $
.TH GCC 1 "\*(Dt" "GNU Tools" "GNU Tools"
.SH NAME
gcc, g++ \- GNU project C and C++ Compiler (v2.7)
@@ -1379,7 +1379,8 @@ The standard libraries are used normally.
.TP
.B \-nostdlib
Don't use the standard system libraries and startup files when linking.
-Only the files you specify will be passed to the linker.
+Only the files you specify will be passed to the linker. This option is
+also passed to the linker, which may change the library search path.
.TP
.B \-static
On systems that support dynamic linking, this prevents linking with the shared