Date: Tue, 28 May 1996 09:17:51 -0700 (PDT) From: Poul-Henning Kamp <phk> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld ld.1 ld.c Message-ID: <199605281617.JAA11138@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 96/05/28 09:17:50
Modified: gnu/usr.bin/ld ld.1 ld.c
Log:
Add an option -O <filename> to ld. From the manpage:
-O filename
Specifies the name of the output file. The file is created as
filename.tmp and when output is complete renamed to filename.
This allows us to:
ld -O ${.TARGET} -x -r ${.TARGET}
Revision Changes Path
1.10 +8 -1 src/gnu/usr.bin/ld/ld.1
1.33 +14 -1 src/gnu/usr.bin/ld/ld.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605281617.JAA11138>
