aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
* 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
* Look in the new place for GCC bits.David E. O'Brien1999-04-101-2/+2
* 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
* Missed a "\" in a continuation line.David E. O'Brien1999-04-081-2/+2
* alpha/freebsd-elf.h has been merged with alpha/freebsd.hDavid E. O'Brien1999-04-081-3/+1
* Don't require gcc/config/${MACHINE_ARCH}/xm-freebsd.h when we already knowDavid E. O'Brien1999-04-081-2/+3
* alpha/freebsd-elf.h is being folded into alpha/freebsd.hDavid E. O'Brien1999-04-081-3/+1
* Get stdargs right on the Alpha.David E. O'Brien1999-04-081-0/+5
* Cometic cleanup.David E. O'Brien1999-04-081-15/+15
* Don't generate _G_config.h, use fixed version.David E. O'Brien1999-04-072-11/+109
* Use Haifa scheduler on the Alpha.David E. O'Brien1999-04-061-2/+7
* * Fix indentation style bug.David E. O'Brien1999-04-061-4/+4
* Zap the genclass makefile too, it's gone. (It was part of g++ - a hack toPeter Wemm1999-04-061-53/+0
* Crap! I grabbed the wrong Makefile from the test machine.David E. O'Brien1999-04-051-11/+5
* Fix type mismatch..Peter Wemm1999-04-051-2/+2
* Fix .for loop continuation lines style bugs.David E. O'Brien1999-04-051-7/+7
* Turn off src/gnu/usr.bin/genclass -- it is OBE as it was part of libg++.David E. O'Brien1999-04-051-2/+2
* Add iostream Info docs.David E. O'Brien1999-04-052-0/+21
* Correct contents for the EGCS compiler documentation.David E. O'Brien1999-04-051-9/+11
* osfcn.h (part of libg++) is going away, so don't try to include it.David E. O'Brien1999-04-051-2/+1
* _G_config.h is now dynamically created.David E. O'Brien1999-04-051-85/+0
* Conditionalize one more i386'ism.David E. O'Brien1999-04-042-2/+6
* Attempt to creating the right ``tm.h'' file for the Alpha.David E. O'Brien1999-04-041-1/+5
* 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
* This is old C++ code -- no need for rtti or exceptions.David E. O'Brien1999-04-041-1/+2
* Minimum set of changes to switch from Gcc 2.7.2 (in contrib/gcc) to Egcs 1.1.2David E. O'Brien1999-04-0419-191/+555
* Commit msg for rev 1.20 should probably have added that gnu/lib/libregex wasDavid E. O'Brien1999-04-031-1/+1
* Makefile.inc was politing all subdir's with SHLIB_{MAJOR,MINOR} definitions.David E. O'Brien1999-04-032-12/+7
* echo -> ${ECHO}.Bruce Evans1999-04-032-4/+4
* `make world' works fine -- no reason to revert the move to gnu/lib/David E. O'Brien1999-04-021-102/+0
* Missed a '/' in the last commit.Steve Price1999-04-011-2/+2
* Add bits we were getting from gnu/usr.bin/cc/Makefile.inc.David E. O'Brien1999-03-311-2/+5
* Hookup libgcc at gnu/lib instead of gnu/usr.bin/ccDavid E. O'Brien1999-03-312-4/+4
* Document -y/--bzip2/--bunzip2 flag.David E. O'Brien1999-03-291-1/+7
* Defer the expansion of $PATTERN until it has a useful value and notSteve Price1999-03-241-8/+7
* Need to translate more .h to .ph then just /usr/include &Julian Elischer1999-03-181-2/+2
* Update bmake glue for cvs-1.10Peter Wemm1999-03-181-2/+3
* Add new -y/--bzip2/--bunzip2 flag. With all the ports that are going toDavid E. O'Brien1999-03-171-1/+13
* Install uuxqt sgid uucp. Since "rnews" should not be executable forTorsten Blum1999-03-131-2/+2
* Don't use backslash-newline to split the too-long line forBruce Evans1999-03-051-4/+2
* Add TARGET_ARCH=mipsel and TARGET_ARCH=mipseb as a valid targets.Warner Losh1999-03-0117-13/+3182