summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
1996-03-27Misc. cleanup, esp. for obj-dirs, DESTDIR compilations and missingNiklas Hallqvist
dependencies.
1996-03-26Make "make obj" work, make builds to obj directories work. Don't putNiklas Hallqvist
object files in SRCS variables, add them to OBJS instead. Also explicitly mention -lg++ because g++ won't use the -L path for getting libg++ unless done via the command line.
1996-03-26Make "make obj" work, make builds to obj directories work. Don't putNiklas Hallqvist
object files in SRCS variables, add them to OBJS instead. Also explicitly mention -lg++ because g++ won't use the -L path for getting libg++ unless done via the command line.
1996-03-16Link in libstdc++ now that libg++ 2.7.1 is in the tree.etheisen
1996-03-16Allow native BSD build of libg++ 2.7.1. This is a complete replacement ofetheisen
the GNU build procedure, not a wrapper. Generates standard, profiled, shared object, and shared library versions of libiberty, libstdc++, and libg++. libiberty version 0.0, libstdc++ version 27.1, and libg++ version 27.1. Requires modification of bsd.subdir.mk pmake include. Targets linked with the shared libraries libstdc++ and libg++ will, by default, automatically be run time linked with libm and libcurses.
1996-03-16Allow standard GNU build with openbsd.etheisen
1996-03-15Reinstate dead COPYING for libg++ 2.7.1Niklas Hallqvist
1996-03-15Import of GNU libg++ 2.7.1 port (prepared by Erik Theisen)Niklas Hallqvist
1996-03-15Removed for 2.7.1 import.etheisen
1996-03-09Add OpenBSD configuration (clone NetBSD entries)Niklas Hallqvist
1996-03-09-f state was negated in remote operationNiklas Hallqvist
1996-03-06rm '-f' config.cacheDavid Krause
1996-03-02Remove auto-generated files so as to not upset make/yaccThorsten Lockert
1996-02-26Make cvs import -I ! work wrt .cvsignore filesNiklas Hallqvist
1996-02-21When adding two longwords and wanting a quad result, a missingNiklas Hallqvist
constraint could clobber the inputs before performing the operation.
1996-02-20Fixed typo introduced in last changeNiklas Hallqvist
1996-02-18gcc and g++ now use /tmp instead of /var/tmp. #ifdef 0's were used toetheisen
elminate gcc's use of P_tmpdir. P_tmpdir was defined in stdio.h and includes order in gcc prevented overriding it.
1996-02-18More files to shred for cleandir.etheisen
1996-02-18From netbsd:Niklas Hallqvist
Remove -lstdc++ until it exists. Don't forget to revert this back when the new libg++ gets imported.
1996-02-18Check the for GCC >= 3.X (no it's not even started on yet :-) ) in theNiklas Hallqvist
name mangling dependent code.
1996-02-18From netbsd:Niklas Hallqvist
Sync with /sys/arch (i.e. NetBSD's, sooner or later we'll have our own list here, I guess)
1996-02-17Moved INCLUDE_DEFAULTS path define into openbsd.h. openbsd.h now hasetheisen
OPENBSD_NATIVE section. Please use this to overload manifest constants. Added more files to CLEANFILES in Makefile.bsd-wrapper.
1996-02-06Include path /usr/include no longer needed.etheisen
1996-02-06Set default include path to '/usr/include/g++' for g++ and '/usr/include'etheisen
for gcc. Should help eliminate header file conflicts.
1996-02-06Pass CFLAGS into gnu build.etheisen
1996-02-05Fix typo; NetBSD PR #2021Thorsten Lockert
1996-02-05Cleanup files gnu make distclean missed.etheisen
1996-02-05These files are not needed as they are generated during build.etheisen
1996-02-04Pass CFLAGS onto GNU build.etheisen
Set g++ include to /usr/include/g++.
1996-02-04Uncommented %expect. No longer needed as yacc now supports keyword.etheisen
1996-02-02More files to smash while making clean.etheisen
1996-02-02Added /usr/include to include path. Quiets down redefinition warningsetheisen
caused by conflicts between gcc 2.7.2 headers and system headers.
1996-02-02Undo LDSTATIC change. Possibly needed.etheisen
1996-02-02Added default info path to match our directory structure.etheisen
Pass CFLAGS into 'configure' generated Makefile. Setup infodir for both build and install. Removed static linking. Not required for texinfo. Added CLEANFILES section to smash files cleandir missed.
1996-02-02"make -f Makefile.bsd-wrapper config" should *really* config, andNiklas Hallqvist
never use cached values. Initially we only want gas, even though we're not even there yet.
1996-02-02"make -f Makefile.bsd-wrapper config" should *really* config, andNiklas Hallqvist
never use cached values.
1996-02-02"make -f Makefile.bsd-wrapper config" should *really* config, andNiklas Hallqvist
never use cached values.
1996-02-02"make -f Makefile.bsd-wrapper config" should *really* config, andNiklas Hallqvist
never use cached values. The new cvs-version made me notice this.
1996-02-01$(KRB4) -> \$KRB4 so our /bin/sh won't spit out an error message whileNiklas Hallqvist
configuring.
1996-01-30Use "distclean" for cleaning, not "realclean"Thorsten Lockert
1996-01-30Integrate local changesThorsten Lockert
1996-01-30Missed files from 1.7.1 importThorsten Lockert
1996-01-30Upgrade to 1.7.1 snapshotThorsten Lockert
1996-01-29if CVSREADONLYFS, access to the history file is irrelevantTheo de Raadt
1996-01-29from netbsdTheo de Raadt
1996-01-16from netbsd:Theo de Raadt
Relax checking of minor version number in `findhint()'. Also use the directories from the hints (v.2) file for directory traversing. This should take care of PR#1146.
1996-01-15Fix typo so two -L options can be fed to rcsdiff.Niklas Hallqvist
1996-01-12from netbsd:Theo de Raadt
Make dlopen() search for libraries if given a name of the form `lib<name>.so[.xx[.yy]]' (per Erik M. Theisen; PR#1763; patch from PR used in simplified form). Deal with v.2 hint files (hint srch dirs not yet used).
1996-01-12from netbsd:Theo de Raadt
Create v.2 hint files. Note: don't bother to understand v.1 files..
1996-01-12clean betterTheo de Raadt