Date: Tue, 21 Dec 1999 21:00:30 -0800 (PST) From: "David E. O'Brien" <obrien@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc/cc_tools freebsd-native.h src/contrib/gcc gcc.c Message-ID: <199912220500.VAA93860@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 1999/12/21 21:00:30 PST
Modified files:
gnu/usr.bin/cc/cc_tools freebsd-native.h
contrib/gcc gcc.c
Log:
Reduce the FreeBSD custom hacks to gcc.c by using the GCC provided methods
of changing the search dirs. This also removes an used search dir,
removes unneeded redundancy, and a bugus dir we enherited on the i386
by baseing off of svr4.h.
We went from:
install: /usr/libexec/(null)
programs: /usr/libexec/<OBJFORMAT>/:/usr/libexec/:/usr/bin/:/usr/libexec/
libraries: /usr/libdata/gcc/:/usr/libexec/:/usr/ccs/lib/:/usr/lib/
to:
install: /usr/libexec/(null)
programs: /usr/libexec/<OBJFORMAT>/:/usr/libexec/
libraries: /usr/libexec/:/usr/lib/
Revision Changes Path
1.4 +20 -15 src/gnu/usr.bin/cc/cc_tools/freebsd-native.h
1.15 +1 -7 src/contrib/gcc/gcc.c
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?199912220500.VAA93860>
