Add note that -nostdlib is passed to the linker.
This commit is contained in:
parent
5f06216718
commit
aa9dc830d0
5
gnu/dist/gcc/gcc.1
vendored
5
gnu/dist/gcc/gcc.1
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user