summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2000-09-16ELF linkage does not require collect2, ld does everything necessary.Dale S. Rahn
2000-09-15check return value for setenv(3) for failure, and deal appropriatelyTheo de Raadt
2000-09-15Add powerpc-openbsd to list of supported systems.Dale S. Rahn
2000-09-14Lost manpages (gdb and objdump)Marc Espie
2000-09-14Some installation problems: older gnu programs don't know about DESTDIR,Marc Espie
but we have a mix here -> convert the old ones to heed DESTDIR. Also, fix manpages installation in Makefile.bsd-wrapper (INSTALL_MAN setting that got lost, bad MANDIR, don't set MANDIR if PREFIX is the standard location)
2000-09-14Can't directly :M${MACHINE_ARCH}, so kludge it thru a for loop.Marc Espie
Thanks, Dale.
2000-09-13Allow make clean to proceed.Marc Espie
(This is probably a work-around for a bug in ksh)
2000-09-12Need to mention where to install binutils...Marc Espie
2000-09-12Recognize sparc/i386/m68k-openbsd, and use the netbsd emulation then.Marc Espie
2000-09-12Allow gen-aout.c to compile on something other than #@#!%linuxMarc Espie
2000-09-12remove cygnus tree gdb dependencies: we definitely don't want to dependMarc Espie
on tcl there. This should restore the tree to build status, even though patches are still pending.
2000-09-12Configure the right directories depending on arch.Marc Espie
2000-09-12Adapt gdb to function name change in bfd.Marc Espie
2000-09-12Change make_tempname() interface to create file or directory when needed.Marc Espie
Use the new interface to call safe mkstemp or mkdtemp when available.
2000-09-12Avoid calls to insecure choose_temp_baseMarc Espie
2000-09-12Check for mkdtemp and mkstemp.Marc Espie
2000-09-12Do not build cxxfilt, the -current version lies with gccMarc Espie
2000-09-12link against installed libibertyMarc Espie
2000-09-12Resolve other problems that dumb cvs can't find out by itself.Marc Espie
(trivial part done, `interesting' patches remain)
2000-09-12Help stupid cvs fixing basic conflicts.Marc Espie
2000-09-12Import binutils-2.10Marc Espie
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files
2000-09-07Remove unwanted MANSUBDIR that crept in from my private treeMarc Espie
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
Closes PR 1246
2000-08-25Move NOPIC for mips from toplevel to the libraries that have problemsMats O Jansson
with shared libraries. This will allow libiberty.so to be created by default. -moj
2000-08-20#define HASSETUSERCONTEXT now that we have login.conf support.Todd C. Miller
2000-08-16Pull in proper Makefile.inc, spotted by someone who is not me butTodd C. Miller
I've lost the reference.
2000-08-08The official perl fix deletes the /bin/mail code entirely.Todd C. Miller
2000-08-07#ifdef out code that runs /bin/mail insecurely. We don't have a /bin/mailTodd C. Miller
so this bug doesn't bite us but...
2000-08-04Overriding SUBDIRS from make command line no longer works forMarc Espie
recursive Makefile (in this case, this will miss doc subdirs), so pass it in the environment instead, and tweak Makefile after configure slightly so that main SUBDIRS can be changed. Also remove config/config.status rule duplication by use of .USE.
2000-08-04New make passes DESTDIR thru correctly, fix make releaseMarc Espie
2000-08-04New make passes DESTDIR correctly, and texinfo handles it correctly.Marc Espie
2000-08-02$HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zeroTodd C. Miller
2000-08-01Fix sanity check, sendmail is started from rc, not netstart.Todd C. Miller
From brad@comstyle.com.
2000-07-31Don't try to pass GNUCFLAGS over to submakes, wrecks havok with POSIX makeMarc Espie
rules.
2000-07-31Remove unneeded SUBDIR override.Marc Espie
2000-07-31comma splicePaul Janzen
2000-07-26avoid indexing into arrays using signed chars; discovered by fuzzTheo de Raadt
2000-07-26From gcc devel sources: make_temp_file -> mips_make_temp_file to avoidMarc Espie
conflict with libiberty.
2000-07-26make_temp_file proto is in libiberty nowMarc Espie
2000-07-26thinkoMarc Espie
2000-07-26NewMarc Espie
2000-07-26Synch includes with version provided with binutils 2.10Marc Espie
(don't integrate ATTRIBUTE_xxx macro changes yet)
2000-07-26Partial synch with binutils-2.10Marc Espie
- Update all libiberty files apart from the C++ demangler and hashtab.c (taken from gcc 2.96, interface changed, would need to keep synch'ed with gcc) - bump version.
2000-07-26libiberty version bundled with binutils-2.10Marc Espie
2000-07-26Prototype for make_temp_file (forgot to commit)Marc Espie
2000-07-26Crosstools fix (accepted by the FSF ages ago, lost through the cracksMarc Espie
here). Thanks mickey@ for reminding me.
2000-07-18Recognize .lo as a valid object extension.Marc Espie
This should help David Mazieres and others build C++ shared libraries with libtool. (from gcc main development tree, patch by me, approved by FSF and niklas@)
2000-07-07use %s with fprintfTheo de Raadt
2000-07-03Sorry, no dynamic libraries yet...Marc Espie
2000-07-03float_format/collect2 for vax.Marc Espie
I guessed those might be needed, bjc@ checked they are.