summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
AgeCommit message (Collapse)Author
2002-02-11Skip building if the target's .mk file is missing.tv
2002-02-10Include bsd.subdir.mk unconditionally so that make obj workstsutsui
with old toolchain.
2002-02-10pull across kcore_fetch_registers() from gnu/dist/gdb/sparcnbsd-nat.c, andmrg
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-09use ${INSTALL_FILE} as appropriatelukem
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-02-07Define TARGET_CPU_DEFAULT. From Matthias Drochner.thorpej
2002-02-06Punctuation nits, sort sections, sort SEE ALSO.wiz
2002-02-04Patch from PR 15218 to document some options.fair
2002-02-02build sim before gdb.mrg
2002-01-31itbl-parse ends in .y; itbl-lex in .l.tv
2002-01-30Back out change on Perry's request... PR 15303 is open again.reinoud
2002-01-30The config file mentiones that if off_t isnt defined its defined in gcc asreinoud
`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-22It's a C program, but it uses libgroff, which uses C++, so wethorpej
need to use PROG_CXX here as well.
2002-01-22Fix some MKGDB=no bugs.thorpej
2002-01-22don't install psimmrg
2002-01-22add PSIM support to gdb and install the stand alone in /usr/bin/psim. thismrg
fixes the rest of port-powerpc/14307.
2002-01-22regenerate.mrg
2002-01-22Need to set NOOBJ= before bsd.own.mk is included.thorpej
2002-01-15gzip long filename buffer overrun vulnerability. from 1.2.4 -> 1.2.4b fixitojun
http://www.securityfocus.com/bid/3712
2002-01-07then -> than.wiz
2002-01-01Oops, this is NOT a C++ program.thorpej
2002-01-01Per a suggestion from matthew green, PROG_CXX takes the place ofthorpej
PROG for C++ programs.
2002-01-01Set PROG_CXX since these are C++ programs.thorpej
2001-12-31Introduce 3 new MK* variables that have effect in the USE_NEW_TOOLCHAINthorpej
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-21Set NOMAN correctly. From Andrew Brown.thorpej
2001-12-21Build as "protoize" and "unprotoize" respectively, not "gcc" (!!).thorpej
2001-12-21Update for Alpha emulation change.thorpej
2001-12-21Update 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-19Remove COPTS+=-g. This should be set by the builder, not this Makefile.tv
2001-12-15Allow a new-toolchain build to be done without actually buildingthorpej
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-14Commit the results of running toolchain2netbsd on the Alpha.thorpej
2001-12-13No need to explicitly pull in bsd.own.mk.thorpej
2001-12-13No need to pull in bsd.own.mk explicitly.thorpej
2001-12-12move NOxxx=lukem
2001-12-12move NOxxx=lukem
2001-12-12Set NOxxx= before <bsd.own.mk> is pulled in (even indirectly).lukem
Otherwise the appropriate MKxxx=no won't be defined .
2001-12-12MKfoo=no -> NOfootv
2001-12-11Update for new sparcnbsd-nat.cthorpej
2001-12-11Make absolutely sure that MACHINE is no in the environment whenthorpej
the linker scripts are generated.
2001-12-11Set G_EMUL to elf32lmip.thorpej
2001-12-10Update for changes to sp64nbsd-nat.cthorpej
2001-12-10Add mipsel gdb build framework from mipseb. Compile-tested only.gmcgarry
2001-12-10Add G_GCOV_OBJS so gcov compiles.gmcgarry
2001-12-05Add toolchain2netbsd generated files for gdb build on mipseb.rafal
2001-12-05Fix up `netbsdY' or `netbsdZ' in various places where toolchain2netbsdrafal
stripped netbsd1.5[YZ] to netbsd[YZ]. toolchain2netbsd should probably be whacked to DTRT as well.
2001-12-03Back out replacing gawk by nawk - James Chacon already fixed gawk formartin
sparc64. Sorry, next time I'll catch up with mails first.
2001-12-03Hack: do not build gawk on sparc64 - it is known to not work when compiledmartin
with the new toolchain.
2001-11-29Add _initialize_ser_tcpthorpej
2001-11-29Add ser-tcp.o (manually; it was a simple change).thorpej