aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove BINFORMAT/a.out/elf default hackery, it's elf by default internallyPeter Wemm1999-01-161-17/+1
* Switch to using ".So" as the extension for PIC object files ratherJohn Polstra1999-01-092-5/+5
* Another instance where we default to elf only on alpha, but shouldWarner Losh1998-10-261-2/+2
* Split up rule for ${COMMONHDRS} so that `make -j N' doesn't create theBruce Evans1998-10-161-12/+12
* Replace use of non-standard ld -O with a ld -o / mv combination as usedPeter Wemm1998-10-061-7/+13
* Make the build tools static to avoid trying to use the shared loaderJohn Birrell1998-08-201-4/+4
* During compilation of a Fortran program f2c/f77 will spew thePoul-Henning Kamp1998-07-241-1/+1
* Use a different hack for building libgcc2: `XCC= ${CC}' instead ofBruce Evans1998-07-081-37/+19
* Use the installed versions of cc, cc1 and cpp for building underscore.Bruce Evans1998-07-081-35/+4
* Added a `build-tools' target for internal tools.Bruce Evans1998-07-071-1/+7
* Simplified using new yacc rules. This is cosmetic - the old rules workedBruce Evans1998-05-042-24/+10
* Fixed missing dependencies. The critical missing one was of bi-lexer.oBruce Evans1998-04-231-46/+67
* Support building of libgcc.a without building all of gcc. This isBruce Evans1998-03-231-15/+34
* Honour -static in LDLAGS. ld without -Bstatic is happy to chooseBruce Evans1998-03-231-4/+4