aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/f77
Commit message (Collapse)AuthorAgeFilesLines
* Remove the Fortran directories.Rui Paulo2013-04-251-21/+0
| | | | Notes: svn path=/head/; revision=249880
* Minor Makefile cleanup. Do not use Makefile variables named 'version' andAlexander Kabaev2007-03-121-2/+0
| | | | | | | | | | | | | | | | '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 Notes: svn path=/head/; revision=167471
* Stop compiling files which are not part of GCC 3.3.x.Alexander Kabaev2004-01-051-1/+1
| | | | Notes: svn path=/head/; revision=124150
* UseJun Kuriyama2003-06-061-1/+1
| | | | | | | | | | | | cat ${.ALLSRC} > ${.TARGET} rather than ln -sf ${.ALLSRC} ${.TARGET} not to depends on absolute-path of symbolic links. Commented by: marcel, obrien, bde Notes: svn path=/head/; revision=115898
* Allow one to profile FORTRAN77 programs.David E. O'Brien2002-06-091-1/+1
| | | | Notes: svn path=/head/; revision=98056
* Fix compiling FORTRAN77 programs.David E. O'Brien2002-06-081-0/+1
| | | | Notes: svn path=/head/; revision=98051
* The best we can do about man pages for the moment.David E. O'Brien2002-06-051-1/+0
| | | | Notes: svn path=/head/; revision=97890
* We don't need this library any more.David E. O'Brien2002-06-041-2/+2
| | | | Notes: svn path=/head/; revision=97830
* Bmake bits for GCC 3.1.David E. O'Brien2002-04-061-0/+23
Notes: svn path=/cvs2svn/branches/WIP_GCC31/; revision=94008