| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2004-01-02 | Move libgcc3/*.mk to libgcc3/arch. | skrll | |
| Update mknative-gcc. | |||
| 2003-12-21 | do not link xmalloc.c or xexit.c. | mrg | |
| 2003-12-11 | Don't use -traditional-cpp when assembling the PowerPC .S files. | matt | |
| 2003-12-08 | initial GCC3 support for VAX. (barely tested). No PIC support (aka no | matt | |
| shared libraries). This is an initial step to full GCC3 support for VAX. | |||
| 2003-12-07 | Gcc3 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-07 | MD glue for binutils on sh5. | scw | |
| 2003-12-07 | Use gthr-single.h ("no real pthreads support") on ns32k for now. | simonb | |
| 2003-12-07 | ns32k c++ (probably a.out?) currently doesn't support the | simonb | |
| -ffunction-sections andd -fdata-sections flags; disabled them for now. | |||
| 2003-12-07 | Update for gcc 3.3.2 support (with in-tree binutils). | scw | |
| 2003-12-05 | Add ns32k binutils 2.14 support. | simonb | |
| 2003-12-05 | Add ns32k GCC3 support. | simonb | |
| 2003-12-05 | regenerate with a working compiler | mrg | |
| 2003-12-05 | regenerate these such that they (mostly) work.. | mrg | |
| 2003-12-04 | regenerate non-broken | mrg | |
| 2003-12-04 | libopcodes.so.1/libbfd.so.6 | mrg | |
| 2003-12-04 | build lib{opcodes,bfd,iberty} back in gnu/lib instead of gnu/usr.bin/binutils | mrg | |
| as they are needed earlier than when gnu/usr.bin/binutils is built when "make -j" is used. | |||
| 2003-11-27 | don't build libopcodes/bfd/iberty here if we have binutils 2.14 | mrg | |
| 2003-11-04 | Regen for TARGET_ENDIAN_DEFAULT=ARM_FLAG_BIG_END fix in config.gcc. | scw | |
| 2003-10-28 | Move the rule to disable .cc -> NULL transforms, so it works again. | lukem | |
| 2003-10-28 | don't need .cc->NULL rule here | lukem | |
| 2003-10-28 | Move 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-28 | fix a typo in previous pointed out by lukem | mrg | |
| 2003-10-27 | sun2 lib*3 for GCC3. | mrg | |
| 2003-10-27 | add armeb-netbsdelf GCC3 support. (not tested) | mrg | |
| 2003-10-21 | Rework 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-19 | Support MAKEVERBOSE. | lukem | |
| Use BUILDSYMLINKS instead of home-grown equivalents. | |||
| 2003-10-16 | Add "cs-tconfig.h" to "CLEANFILES". | tron | |
| 2003-10-10 | Make 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-06 | Fix part 1 of toolchain/23067 by removing the -nostdinc++, which will be | veego | |
| 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-06 | Add in-tree toolchain support for HPPA. | matt | |
| 2003-10-01 | Add dynamically generated sources to "CLEANFILES". | tron | |
| 2003-09-27 | x86_64 libgcc3 support | mrg | |
| 2003-09-23 | Redo/fix gcc3 files for PowerPC. | matt | |
| 2003-09-07 | x86_64 gcc3 and binutils glue. Not yet used. | fvdl | |
| 2003-09-05 | make sure we build the unwind handlers with "-fexception". they were | mrg | |
| supposed to, but the wrong variable was used as a base... should fix PR#22673. | |||
| 2003-09-04 | in-tree toolchain support for sh5el. not really tested yet, but it | mrg | |
| 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-02 | don't install iostream.info anymore - it goes away with GCC3. | mrg | |
| 2003-08-31 | Regenerated. | matt | |
| 2003-08-29 | Fix .include to reflect move of this Makefile. | tls | |
| 2003-08-29 | build libfrtbegin | mrg | |
| 2003-08-29 | oops, move this to the right location | mrg | |
| 2003-08-29 | build libfrtbegin.a with GCC3.3 | mrg | |
| 2003-08-27 | introduce 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-25 | regenerate | mrg | |
| 2003-08-22 | regenerate. | mrg | |
| 2003-08-22 | regenerate | mrg | |
| 2003-08-22 | regenerate | mrg | |
| 2003-08-22 | add a patch from <sdegler@degler.net> to build .asm files by copying them | mrg | |
| to .S files first. | |||
| 2003-08-04 | bump the major on these | mrg | |
| 2003-08-03 | Add INCSYMLINKS to <bsd.inc.mk> and <bsd.kinc.mk>, and use that instead of | lukem | |
| 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. | |||
