| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2002-02-11 | Skip building if the target's .mk file is missing. | tv | |
| 2002-02-10 | Include bsd.subdir.mk unconditionally so that make obj works | tsutsui | |
| with old toolchain. | |||
| 2002-02-10 | pull across kcore_fetch_registers() from gnu/dist/gdb/sparcnbsd-nat.c, and | mrg | |
| add kcore-nbsd.c to NATDEPFILES in nbsd{,elf}.mh. regen defs.mk and init.c. pity kcore-nbsd.c isn't in the FSF tree yet... | |||
| 2002-02-09 | use ${INSTALL_FILE} as appropriate | lukem | |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross | |
| 2002-02-07 | Define TARGET_CPU_DEFAULT. From Matthias Drochner. | thorpej | |
| 2002-02-06 | Punctuation nits, sort sections, sort SEE ALSO. | wiz | |
| 2002-02-04 | Patch from PR 15218 to document some options. | fair | |
| 2002-02-02 | build sim before gdb. | mrg | |
| 2002-01-31 | itbl-parse ends in .y; itbl-lex in .l. | tv | |
| 2002-01-30 | Back out change on Perry's request... PR 15303 is open again. | reinoud | |
| 2002-01-30 | The config file mentiones that if off_t isnt defined its defined in gcc as | reinoud | |
| `long'. This gives rise to defining `off_t' to a signed 64 bit on LP64 machines giving rise to cross compiling errors. By explicitly setting it to int32_t its forced to use signed 32 bits integers as required and expected on the ILP32 ARM processor. This aparently fixes PR 15303 | |||
| 2002-01-22 | It's a C program, but it uses libgroff, which uses C++, so we | thorpej | |
| need to use PROG_CXX here as well. | |||
| 2002-01-22 | Fix some MKGDB=no bugs. | thorpej | |
| 2002-01-22 | don't install psim | mrg | |
| 2002-01-22 | add PSIM support to gdb and install the stand alone in /usr/bin/psim. this | mrg | |
| fixes the rest of port-powerpc/14307. | |||
| 2002-01-22 | regenerate. | mrg | |
| 2002-01-22 | Need to set NOOBJ= before bsd.own.mk is included. | thorpej | |
| 2002-01-15 | gzip long filename buffer overrun vulnerability. from 1.2.4 -> 1.2.4b fix | itojun | |
| http://www.securityfocus.com/bid/3712 | |||
| 2002-01-07 | then -> than. | wiz | |
| 2002-01-01 | Oops, this is NOT a C++ program. | thorpej | |
| 2002-01-01 | Per a suggestion from matthew green, PROG_CXX takes the place of | thorpej | |
| PROG for C++ programs. | |||
| 2002-01-01 | Set PROG_CXX since these are C++ programs. | thorpej | |
| 2001-12-31 | Introduce 3 new MK* variables that have effect in the USE_NEW_TOOLCHAIN | thorpej | |
| case: MKBFD If set to "no", disables building of libbfd, libiberty, and all things that depend on them (binutils/gas/ld, gdb, dbsym, mdsetimage). MKGDB If set to "no", disables bulding of gdb. MKGCC If set to "no", disables building of gcc and the gcc-related libraries (libg2c, libgcc, libobjc, libstdc++). These are useful for building platforms for which either of the following situations are true: (1) You have no userland from which to run toolchain2netbsd in order to build the appropriate toolchain build framework. (2) The platform which you are building requires a newer set of tools than are currently in the tree (e.g. x86-64, ia64). | |||
| 2001-12-21 | Set NOMAN correctly. From Andrew Brown. | thorpej | |
| 2001-12-21 | Build as "protoize" and "unprotoize" respectively, not "gcc" (!!). | thorpej | |
| 2001-12-21 | Update for Alpha emulation change. | thorpej | |
| 2001-12-21 | Update for changes to alphanbsd-nat.c. | thorpej | |
| 2001-12-19 | * Add protoize and unprotoize. (Closes PR 6894.) | tv | |
| * Regen files with proper OS names and version numbers. * Clean up toolchain2netbsd somewhat, to get it ready to be cross-host compatible (more work to be done here, but it's getting closer). * Add framework for gdbreplay and gdbserver, but hold off on enabling these by default until low-nbsd.c is verified to work everywhere. | |||
| 2001-12-19 | Remove COPTS+=-g. This should be set by the builder, not this Makefile. | tv | |
| 2001-12-15 | Allow a new-toolchain build to be done without actually building | thorpej | |
| the target "native toolchain" if BOOTSTRAP_NEW_TOOLCHAIN is set. This is important if you don't have any userland at all, and you're trying to make one from which you can run toolchain2netbsd. | |||
| 2001-12-14 | Commit the results of running toolchain2netbsd on the Alpha. | thorpej | |
| 2001-12-13 | No need to explicitly pull in bsd.own.mk. | thorpej | |
| 2001-12-13 | No need to pull in bsd.own.mk explicitly. | thorpej | |
| 2001-12-12 | move NOxxx= | lukem | |
| 2001-12-12 | move NOxxx= | lukem | |
| 2001-12-12 | Set NOxxx= before <bsd.own.mk> is pulled in (even indirectly). | lukem | |
| Otherwise the appropriate MKxxx=no won't be defined . | |||
| 2001-12-12 | MKfoo=no -> NOfoo | tv | |
| 2001-12-11 | Update for new sparcnbsd-nat.c | thorpej | |
| 2001-12-11 | Make absolutely sure that MACHINE is no in the environment when | thorpej | |
| the linker scripts are generated. | |||
| 2001-12-11 | Set G_EMUL to elf32lmip. | thorpej | |
| 2001-12-10 | Update for changes to sp64nbsd-nat.c | thorpej | |
| 2001-12-10 | Add mipsel gdb build framework from mipseb. Compile-tested only. | gmcgarry | |
| 2001-12-10 | Add G_GCOV_OBJS so gcov compiles. | gmcgarry | |
| 2001-12-05 | Add toolchain2netbsd generated files for gdb build on mipseb. | rafal | |
| 2001-12-05 | Fix up `netbsdY' or `netbsdZ' in various places where toolchain2netbsd | rafal | |
| stripped netbsd1.5[YZ] to netbsd[YZ]. toolchain2netbsd should probably be whacked to DTRT as well. | |||
| 2001-12-03 | Back out replacing gawk by nawk - James Chacon already fixed gawk for | martin | |
| sparc64. Sorry, next time I'll catch up with mails first. | |||
| 2001-12-03 | Hack: do not build gawk on sparc64 - it is known to not work when compiled | martin | |
| with the new toolchain. | |||
| 2001-11-29 | Add _initialize_ser_tcp | thorpej | |
| 2001-11-29 | Add ser-tcp.o (manually; it was a simple change). | thorpej | |
