Date: Wed, 17 Feb 1999 05:48:07 -0800 (PST) From: <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/doscmd Makefile Message-ID: <199902171348.FAA01316@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1999/02/17 05:48:07 PST Modified files: usr.bin/doscmd Makefile Log: Use `${CC} ${CFLAGS} ${LDFLAGS} -nostdlib -Wl...' instead of `ld ... <fudged ${LDFLAGS}>' to invoke the linker. This gets the flags and standard library paths right without complications. Unfortunately, it doesn't help for the X11 library paths -- cc only appends /aout for standard library paths. Revision Changes Path 1.17 +5 -5 src/usr.bin/doscmd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902171348.FAA01316>