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