summaryrefslogtreecommitdiff
path: root/gnu/lib
AgeCommit message (Collapse)Author
2004-01-02Move libgcc3/*.mk to libgcc3/arch.skrll
Update mknative-gcc.
2003-12-21do not link xmalloc.c or xexit.c.mrg
2003-12-11Don't use -traditional-cpp when assembling the PowerPC .S files.matt
2003-12-08initial GCC3 support for VAX. (barely tested). No PIC support (aka nomatt
shared libraries). This is an initial step to full GCC3 support for VAX.
2003-12-07Gcc3 for sh5 gets an ICE compiling libbfd's elf32.c and elf64.c at -O2.scw
Drop to -O1 for now when building for sh5.
2003-12-07MD glue for binutils on sh5.scw
2003-12-07Use gthr-single.h ("no real pthreads support") on ns32k for now.simonb
2003-12-07ns32k c++ (probably a.out?) currently doesn't support thesimonb
-ffunction-sections andd -fdata-sections flags; disabled them for now.
2003-12-07Update for gcc 3.3.2 support (with in-tree binutils).scw
2003-12-05Add ns32k binutils 2.14 support.simonb
2003-12-05Add ns32k GCC3 support.simonb
2003-12-05regenerate with a working compilermrg
2003-12-05regenerate these such that they (mostly) work..mrg
2003-12-04regenerate non-brokenmrg
2003-12-04libopcodes.so.1/libbfd.so.6mrg
2003-12-04build lib{opcodes,bfd,iberty} back in gnu/lib instead of gnu/usr.bin/binutilsmrg
as they are needed earlier than when gnu/usr.bin/binutils is built when "make -j" is used.
2003-11-27don't build libopcodes/bfd/iberty here if we have binutils 2.14mrg
2003-11-04Regen for TARGET_ENDIAN_DEFAULT=ARM_FLAG_BIG_END fix in config.gcc.scw
2003-10-28Move the rule to disable .cc -> NULL transforms, so it works again.lukem
2003-10-28don't need .cc->NULL rule herelukem
2003-10-28Move the rule to disable .cc -> NULL transforms, so it works again.lukem
Fixes "includes" when exception.cc is newer than inc/exception. Noted in private mail by Havard Eidnes.
2003-10-28fix a typo in previous pointed out by lukemmrg
2003-10-27sun2 lib*3 for GCC3.mrg
2003-10-27add armeb-netbsdelf GCC3 support. (not tested)mrg
2003-10-21Rework how MAKEVERBOSE operates:lukem
* Don't bother prefixing commands with a line of ${_MKCMD}\ and instead rely upon "make -s". This is less intrusive on all the Makefiles than the former. Idea from David Laight. * Rename the variables use to print messages. The scheme now is: _MKMSG_FOO Run _MKMSG 'foo' _MKTARGET_FOO Run _MKMSG_FOO ${.TARGET} From discussion with Alistair Crooks.
2003-10-19Support MAKEVERBOSE.lukem
Use BUILDSYMLINKS instead of home-grown equivalents.
2003-10-16Add "cs-tconfig.h" to "CLEANFILES".tron
2003-10-10Make etime_.* and dtime_.* explicitly depend on the libU77 version.matt
Include *.d so that when make depend emit the dependencies, it picks up the right file and so that the right file is used when making the objects.
2003-10-06Fix part 1 of toolchain/23067 by removing the -nostdinc++, which will beveego
added if $DESTDIR is set by the bsd.dep.mk and bsd.prog.mk magic, but caused problems while not using build.sh.
2003-10-06Add in-tree toolchain support for HPPA.matt
2003-10-01Add dynamically generated sources to "CLEANFILES".tron
2003-09-27x86_64 libgcc3 supportmrg
2003-09-23Redo/fix gcc3 files for PowerPC.matt
2003-09-07x86_64 gcc3 and binutils glue. Not yet used.fvdl
2003-09-05make sure we build the unwind handlers with "-fexception". they weremrg
supposed to, but the wrong variable was used as a base... should fix PR#22673.
2003-09-04in-tree toolchain support for sh5el. not really tested yet, but itmrg
seems to mostly work.. libcurses.so fails to link with an out of memory error i haven't looked at yet, and nothing has actually been run.. XXX: gdb53 missing.
2003-09-02don't install iostream.info anymore - it goes away with GCC3.mrg
2003-08-31Regenerated.matt
2003-08-29Fix .include to reflect move of this Makefile.tls
2003-08-29build libfrtbeginmrg
2003-08-29oops, move this to the right locationmrg
2003-08-29build libfrtbegin.a with GCC3.3mrg
2003-08-27introduce an additional switch to enable building GCC3 instead of GCC2:mrg
HAVE_GCC3. if this is set, we also set USE_TOOLS_TOOLCHAIN=no. change the definition of the former to be restricted to whether tools/toolchain is used or not.
2003-08-25regeneratemrg
2003-08-22regenerate.mrg
2003-08-22regeneratemrg
2003-08-22regeneratemrg
2003-08-22add a patch from <sdegler@degler.net> to build .asm files by copying themmrg
to .S files first.
2003-08-04bump the major on thesemrg
2003-08-03Add INCSYMLINKS to <bsd.inc.mk> and <bsd.kinc.mk>, and use that instead oflukem
SYMLINKS to install symlinked header files. INCSYMLINKS are installed with 'make includes'. This avoids using SYMLINKS and hacks with the 'linkinstall' target in <bsd.links.mk>, as linksinstall occurs in 'make install' and hacks to get it to occur in 'make includes' weren't robust, as seen in lib/libdes. Yet more improvements to bsd.README.