freebsd-dev/gnu/usr.bin/cc/cc_tools
David E. O'Brien a3d6eca585 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/
1999-12-22 05:00:28 +00:00
..
auto-host.h Our capibilities updated for GCC 2.95.2. 1999-11-06 05:57:53 +00:00
freebsd-native.h Reduce the FreeBSD custom hacks to gcc.c by using the GCC provided methods 1999-12-22 05:00:28 +00:00
Makefile Build genrtl.h before print-rtl.o. 1999-11-17 15:50:45 +00:00