History log of /freebsd-9.3-release/gnu/usr.bin/cc/f77/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)


# 167471 11-Mar-2007 kan

Minor Makefile cleanup. Do not use Makefile variables named 'version' and
'target'. Latter is problematic in particular as apparently FreeBSD's
bsd.prog.mk re-defines it under some circumstances. This causes an
unexpected failures like -dumpmachine not working for cc while working
fine for c++.

Do not re-define IN_GCC in multipe places, it gets inherited from
Makefile.in anyway.

PR: gnu/110143
Submitted by: usleepless at gmail


# 124150 05-Jan-2004 kan

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


# 115898 06-Jun-2003 kuriyama

Use
cat ${.ALLSRC} > ${.TARGET}
rather than
ln -sf ${.ALLSRC} ${.TARGET}
not to depends on absolute-path of symbolic links.

Commented by: marcel, obrien, bde


# 98056 08-Jun-2002 obrien

Allow one to profile FORTRAN77 programs.


# 98051 08-Jun-2002 obrien

Fix compiling FORTRAN77 programs.


# 97890 05-Jun-2002 obrien

The best we can do about man pages for the moment.


# 97830 04-Jun-2002 obrien

We don't need this library any more.


# 96340 10-May-2002 obrien

Bmake bits for Gcc 3.1.

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


# 60598 15-May-2000 bde

Don't forget to clean f77.1.

Don't use "+=" for variables that are only set once.


# 57965 13-Mar-2000 obrien

Move some cflag contents down to where they are acutally used.


# 56552 24-Jan-2000 obrien

Merge cc_drv into cc_int. Merge more shared files into cc_int.


# 54837 19-Dec-1999 obrien

Add libcc_fbsd.a that contains libc and libiberty routines needed in
bootstraping on FreeBSD specifically.

3.2 upgrade path tested by: marcel


# 53173 15-Nov-1999 obrien

Cut over the system compiler from from EGCS 1.1.2 to GCC 2.95.2.


# 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


# 45766 18-Apr-1999 obrien

Move HAVE_CONFIG_H define to global cc/ Makefile so all can share the benifits.


# 45764 18-Apr-1999 obrien

Use inherited BINDIR defintion.


# 45760 18-Apr-1999 obrien

Minimum change to convert from home-grown f77 to EGCS's g77.
(Pre-bdelinted)


# 22996 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


# 21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


# 13458 16-Jan-1996 graichen

Reviewed by: jmz (Jean-Marc Zucconi)
added a simple man-page for our f77 (f2c/gcc driver)


# 3853 25-Oct-1994 ljo

Added f77 program. This is a modified version of the c++ program.
All it does is add -lf2c and -lm.