freebsd-skq/gnu/usr.bin/cc
obrien 1dc4a82010 Move -I of cc_tool/ before the GCCDIR ones.
When I imported EGCS into contrib/egcs/ I failed to prune out
egcs/gcc/cp/hash.h which is generated from gxx.gperf.  Thus `cc1plus' wasn't
using the hash.h we generated by cc/cc_tools/Makefile, but rather the one in
egcs/gcc/cp/.

When I imported contrib/gcc/ I did prune gcc/cp/hash.h.  Unfortunately the
GCC maintainers weren't smart on their file nameing and there is also a
egcs/gcc/hash.h (name overloading does NOT work as well on the filesystem
as in C++...).  Due to the -I ordering we are were then picking up gcc/hash.h
when compiling `cc1plus'.
1999-10-12 20:22:38 +00:00
..
c++ $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
c++filt $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
cc $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
cc1 $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
cc1obj $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
cc1plus $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
cc_drv $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
cc_int $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
cc_tools $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
cccp $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
cpp $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
doc $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
f77 $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
f77doc $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
f771 $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
Makefile $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
Makefile.inc Move -I of cc_tool/ before the GCCDIR ones. 1999-10-12 20:22:38 +00:00