freebsd-dev/gnu/usr.bin/cc
David E. O'Brien b243983f32 This patch solves the a cross-build problem where proj.c is both used by a
build-tools target and by the actual target.  In a cross-building situation
proj.o is both a native object and a cross-object (i.e., for the target
arch) and thus doesn't work.  Creating seperate opjects from the same
source file solves this...

This patch may also fix the following issue:

> it looks like -DNOCLEAN doesn't work too well.
> cd /usr/src/gnu/usr.bin/cc/f771; make build-tools
> make: don't know how to make /usr/obj/usr/src/i386/usr/include/stdarg.h. Stop

	This seems caused by wrong dependency information.  Dependency
	information shouldn't be created for build-tools sources.

Submitted by:	marcel
2000-01-14 09:28:25 +00:00
..
c++ Add libcc_fbsd.a that contains libc and libiberty routines needed in 1999-12-19 20:22:42 +00:00
c++filt Minor cosmetic changes in an attempt to improve consistancy. 1999-11-04 04:46:04 +00:00
cc Add libcc_fbsd.a that contains libc and libiberty routines needed in 1999-12-19 20:22:42 +00:00
cc1 Minor cosmetic changes in an attempt to improve consistancy. 1999-11-04 04:46:04 +00:00
cc1obj Minor cosmetic changes in an attempt to improve consistancy. 1999-11-04 04:46:04 +00:00
cc1plus Drop the use of Bison for Byacc now that we don't need to depend on the 2000-01-11 10:37:38 +00:00
cc_drv Allow the specification of a prefix for gcc to find all the various bits. 1999-12-29 14:42:46 +00:00
cc_fbsd Make mktemp.c a "normal" C implimentation when building this library. 2000-01-13 04:55:41 +00:00
cc_int Cut over the system compiler from from EGCS 1.1.2 to GCC 2.95.2. 1999-11-15 04:16:19 +00:00
cc_tools Allow the specification of a prefix for gcc to find all the various bits. 1999-12-29 14:42:46 +00:00
cccp Didn't get these PREFIX specifiers removed with Makefile.inc rev 1.48. 2000-01-02 22:57:34 +00:00
cpp Turn on a new /usr/bin/cpp that is a true binary rather than a shell script 2000-01-04 03:48:08 +00:00
doc $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
f77 Add libcc_fbsd.a that contains libc and libiberty routines needed in 1999-12-19 20:22:42 +00:00
f77doc $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
f771 This patch solves the a cross-build problem where proj.c is both used by a 2000-01-14 09:28:25 +00:00
Makefile Turn on a new /usr/bin/cpp that is a true binary rather than a shell script 2000-01-04 03:48:08 +00:00
Makefile.inc Allow the specification of a prefix for gcc to find all the various bits. 1999-12-29 14:42:46 +00:00