aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2718-18/+18
* Make gcc work on the Alpha again. alpha/alpha.h is used instead of svr4.hPeter Wemm1999-08-191-2/+2
* Rev 1.36 also includes functional chagnes I intended to commit seperately.David E. O'Brien1999-08-161-1/+1
* Purely cosmetic cleanups.David E. O'Brien1999-08-1615-62/+44
* Move "LIBGCC_SPEC" to freebsd-native.h as it is not approapiate forDavid E. O'Brien1999-08-151-1/+6
* Use Bison with "--broken-undeftoken-init".David E. O'Brien1999-08-141-2/+2
* Rather than deleting the grammer files during building, move them out of theDavid E. O'Brien1999-08-141-5/+5
* Forgotten in previous log message:Bruce Evans1999-08-081-1/+1
* Install c++filt in /usr/libexec/${OBJFORMAT}. The version thatBruce Evans1999-08-081-1/+2
* Only use Bison to generate cc1plus's parse code.David E. O'Brien1999-08-012-4/+4
* Go back to using Bison for now, due to `make world' breakage.David E. O'Brien1999-07-291-1/+3
* Use Yacc rather than Bison.David E. O'Brien1999-07-285-12/+8
* The Unix way is arguments come before an input file name, not after.David E. O'Brien1999-07-282-5/+5
* Don't override the (correct) default for BINDIR.Bruce Evans1999-07-041-2/+1
* Rather than hack config/freebsd.h to contain our hacks for a native compiler,David E. O'Brien1999-04-282-1/+42
* use `target' macro crafted in parent Makefile rather than making our ownDavid E. O'Brien1999-04-251-2/+2
* Hookup FORTRAN info docs.David E. O'Brien1999-04-252-1/+15
* Sorry didn't get this in the last commit: MACHINE_ARCH changes courtesyDavid E. O'Brien1999-04-223-3/+3
* Use `GNU_ARCH' in most places where `MACHINE_ARCH' was used. Building forDavid E. O'Brien1999-04-223-13/+27
* Have config/i386/freebsd.h directly include att.h. I have no idea why stockDavid E. O'Brien1999-04-221-4/+1
* Add FORTRAN support.David E. O'Brien1999-04-181-3/+3
* Move HAVE_CONFIG_H define to global cc/ Makefile so all can share the benifits.David E. O'Brien1999-04-182-3/+3
* *** empty log message ***David E. O'Brien1999-04-181-2/+2
* Use inherited BINDIR defintion.David E. O'Brien1999-04-183-6/+3
* Include the parent Makefile.inc so we get a proper BINDIR definition.David E. O'Brien1999-04-181-1/+3
* Hookup the new FORTRAN compiler. Define `NO_FORTRAN' to not compile it.David E. O'Brien1999-04-181-1/+6
* Add the EGCS g77 FORTRAN compiler.David E. O'Brien1999-04-181-0/+46
* Minimum change to convert from home-grown f77 to EGCS's g77.David E. O'Brien1999-04-181-3/+15
* Make room for g77.David E. O'Brien1999-04-182-645/+0
* As the INFO stuff un doc/ works, we may as well build/install it.Mark Murray1999-04-131-2/+2
* Cleaned up egcs changes (mainly to minimise diffs with the gcc versionBruce Evans1999-04-111-22/+25
* Fixed unusable dependencies in `.depend'. The following comment in theBruce Evans1999-04-111-2/+4
* Fixed world breakage. Fixed (?) building with -jN (N > 1).Bruce Evans1999-04-091-21/+18
* Another fix for -jN building -- the last fix didn't fix it for everybody.David E. O'Brien1999-04-081-8/+2
* Clean up some stuff that's no longer used.Peter Wemm1999-04-081-16/+1
* Clean up the multilib stuff so that it actually works..Peter Wemm1999-04-081-4/+3
* Remove some of the dependencies. This removes the cycles I was getting onDavid E. O'Brien1999-04-081-2/+4
* Due to other explicit dependancies, don't treat tree-check.h as a SRCS.David E. O'Brien1999-04-081-3/+3
* Fix a circular dependancy.David E. O'Brien1999-04-081-5/+3
* alpha/freebsd-elf.h is being folded into alpha/freebsd.hDavid E. O'Brien1999-04-081-3/+1
* Use Haifa scheduler on the Alpha.David E. O'Brien1999-04-061-2/+7
* Fix type mismatch..Peter Wemm1999-04-051-2/+2
* Correct contents for the EGCS compiler documentation.David E. O'Brien1999-04-051-9/+11
* Conditionalize one more i386'ism.David E. O'Brien1999-04-041-1/+3
* Attempt at creating the right ``tm.h'' file for the Alpha.David E. O'Brien1999-04-041-1/+5
* Remove mkstemp.c from build. This is now in libc.Warner Losh1999-04-041-3/+1
* didn't get latest version:David E. O'Brien1999-04-041-3/+2
* Minimum set of changes to switch from Gcc 2.7.2 (in contrib/gcc) to Egcs 1.1.2David E. O'Brien1999-04-0415-106/+403
* `make world' works fine -- no reason to revert the move to gnu/lib/David E. O'Brien1999-04-021-102/+0
* Hookup libgcc at gnu/lib instead of gnu/usr.bin/ccDavid E. O'Brien1999-03-311-2/+2