History log of /freebsd-9.3-release/gnu/usr.bin/cc/f771/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 139103 21-Dec-2004 ru

Start the dreaded NOFOO -> NO_FOO conversion.

OK'ed by: core


# 132751 28-Jul-2004 kan

Bmake glue for GCC 3.4.2-prerelease.


# 126268 26-Feb-2004 bde

Rremoved bogus -static from CFLAGS. Makeworld will add -static in the
correct place if needed and possible. Self-hosted builds can just use
the system default.


# 124400 11-Jan-2004 ru

Ensure that generated headers are here before we build .depend
and object files in a less hackish way compatible with further
planned changes to bsd.dep.mk.


# 124150 05-Jan-2004 kan

Stop compiling files which are not part of GCC 3.3.x.


# 96448 12-May-2002 obrien

Tidy up the cleanfiles.


# 96340 10-May-2002 obrien

Bmake bits for Gcc 3.1.

Partially made possible by: Wilko.Bulte@compaq.com


# 58086 15-Mar-2000 obrien

Make the build-tools objects weirder named so one can tell there is
something special going on here.


# 55960 14-Jan-2000 obrien

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


# 52861 04-Nov-1999 obrien

Minor cosmetic changes in an attempt to improve consistancy.


# 50472 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 49864 16-Aug-1999 obrien

Purely cosmetic cleanups.
- Id tag layout wrong.
- "FOO =" -> "FOO=".
- 4 space indention on continuation lines rather than a <tab>

Basic idea checked by: bde


# 45761 18-Apr-1999 obrien

Add the EGCS g77 FORTRAN compiler.