| Age | Commit message (Expand) | Author |
| 2003-10-28 | Move the rule to disable .cc -> NULL transforms, so it works again. | lukem |
| 2003-06-01 | * If MKGCC == no, don't build this library, which is bundled with the | thorpej |
| 2002-09-17 | * Eliminate the USE_NEW_TOOLCHAIN variable. Instead, split it into | thorpej |
| 2002-08-19 | Explicitly move setting of NOxxx (et al) to the top of the Makefile | lukem |
| 2002-08-19 | Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../../some/path (etc). | lukem |
| 2002-03-28 | Remove check for sparc64 which adds -msoft-quad-float as that is now the | jmc |
| 2002-03-26 | Added ${G_CONFIGDIR} to .PATH. This is needed on m68000 so that | fredette |
| 2002-03-24 | MACHINE_ARCH can't be "arm26" any more. | bjh21 |
| 2002-02-11 | Skip building anything if the target's .mk files are missing. (Allows the | tv |
| 2002-01-02 | Add "_eh.c" to list of files which are supposed to get cleaned. | tron |
| 2001-12-14 | Kludge to make old toolchain builds work again after the NOxxx changes. | thorpej |
| 2001-12-12 | Make LIB2FUNCS_EH work like the rest of LIB2FUNCS, and clean | thorpej |
| 2001-12-12 | we need a .c file to build _eh.{o,so,po} from, so add libgcc2.c back | lukem |
| 2001-12-12 | pull in <bsd.own.mk> after NOLINT is defined, so that MKLINT=no is | lukem |
| 2001-12-12 | MKfoo=no -> NOfoo | tv |
| 2001-12-11 | Fix building of _eh.o and friends. | thorpej |
| 2001-12-02 | While gcc may automatically add -fexecptions to c++ code it will only do that | jmc |
| 2001-12-02 | Need -msoft-quad-float on sparc64 as double->int promote to quad math. | jmc |
| 2001-11-28 | Make the .cc->NULL transform do nothing (so that "exception.cc" doesn't | tv |
| 2001-11-28 | PIC me! PIC me! (libgcc_pic.a) | tv |
| 2001-10-31 | Add REQUIRETOOLS to make version-specific new toolchain compiler libs fail | tv |
| 2001-08-09 | install the C++ headers with the new toolchain. | mrg |
| 2001-07-26 | install the C++ libgcc headers (exception, new, new.h & typeinfo.) | mrg |
| 2001-07-19 | powerpc support for 2.95.3 | matt |
| 2001-07-19 | Rework Makefile (perhaps not optimally) to keep all ojbects in ${.OBJDIR}. | matt |
| 2001-07-19 | Another missing ${.CURDIR}. | tv |
| 2001-07-19 | opdel.o needs to be built with -DL_op_delete, not -DL_op_del. add a special | mrg |
| 2001-07-18 | Add a missing ${.CURDIR}. | tv |
| 2001-07-18 | Add build structure for the new gnu/dist/toolchain/gcc based libgcc, preserving | tv |
| 2001-07-13 | Compile fixu* for MACHINE_ARCH of arm | matt |
| 2001-01-08 | use MACIHNE_CPU to determine architecture-dependent source code directory. | itojun |
| 2001-01-04 | sh3 split | itojun |
| 2001-01-04 | sh3 split | itojun |
| 2000-11-20 | Add __udiv_w_sdiv for VAX. gnupg requires it. And since it's a libgcc | matt |
| 2000-08-21 | fix one of the two fixunsdfsi with fixunssfsi | msaitoh |
| 2000-08-17 | add _fixunsdfsi.o and _fixunsdfsi.o when MACHINE_ARCH= sh3 or arm26 | msaitoh |
| 2000-03-05 | remove MIPS SOFTFLOAT. | shin |
| 1999-09-29 | Hpcmips needs completely FPU instruction free user land. | takemura |
| 1999-02-24 | make this build after mips->mipse? transition | drochner |
| 1999-02-13 | convert from NOxxx= to MKxxx=no. | lukem |
| 1998-11-23 | fix style nit in previous. | mrg |
| 1998-11-23 | need the extra objs on sparc64 (at least, that is what a cross compiler did f... | mrg |
| 1998-09-27 | Fix reversed test | christos |
| 1998-09-27 | Make this work as intended (when we don't have egcs or gcc-2.8x then | christos |
| 1998-08-28 | Move some things from SRCS to OBJS so as not to build them at depend time. | tv |
| 1998-08-17 | Add libgcc from gnu/dist/gcc (egcs 1.1 snapshot). | tv |