summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/f771
Commit message (Collapse)AuthorAgeFilesLines
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
| | | | OK'ed by: core
* Bmake glue for GCC 3.4.2-prerelease.kan2004-07-281-9/+3
|
* Rremoved bogus -static from CFLAGS. Makeworld will add -static in thebde2004-02-261-1/+1
| | | | | correct place if needed and possible. Self-hosted builds can just use the system default.
* Ensure that generated headers are here before we build .dependru2004-01-111-7/+1
| | | | | and object files in a less hackish way compatible with further planned changes to bsd.dep.mk.
* Stop compiling files which are not part of GCC 3.3.x.kan2004-01-051-1/+1
|
* Tidy up the cleanfiles.obrien2002-05-121-1/+1
|
* Bmake bits for Gcc 3.1.obrien2002-05-101-11/+5
| | | | Partially made possible by: Wilko.Bulte@compaq.com
* Make the build-tools objects weirder named so one can tell there isobrien2000-03-151-4/+4
| | | | something special going on here.
* This patch solves the a cross-build problem where proj.c is both used by aobrien2000-01-141-2/+7
| | | | | | | | | | | | | | | | | | 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
* Minor cosmetic changes in an attempt to improve consistancy.obrien1999-11-041-2/+3
|
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Purely cosmetic cleanups.obrien1999-08-161-1/+1
| | | | | | | | - Id tag layout wrong. - "FOO =" -> "FOO=". - 4 space indention on continuation lines rather than a <tab> Basic idea checked by: bde
* Add the EGCS g77 FORTRAN compiler.obrien1999-04-181-0/+46
OpenPOWER on IntegriCloud