summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
1997-04-21Latest release from Cyclic SoftwareThorsten Lockert
1997-04-20Remove hack to work around make(1) bug now that the make(1)Todd C. Miller
change in question has been backed out.
1997-04-19Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''Todd C. Miller
Same change doen for SKEY, YP, and KERBEROS5. This allows people to override those setting in /etc/mk.conf.
1997-04-17clean up *.cat1 on "make cleandir"kstailey
1997-04-17back out 1.2kstailey
1997-04-17back out 1.2kstailey
1997-04-17remove *.cat1 on "make realclean"kstailey
1997-04-17remove *.cat1 when "make realclean" is invokedkstailey
1997-04-14Forgot one change...Per Fogelstrom
1997-04-14Missed this one...Per Fogelstrom
1997-04-14All mips tools should now configure with the same name (mipsel-unknown-openbsd)Per Fogelstrom
for little endian systems and (mips-unknown-openbsd) for big endian systems. gdb seems to work now but needs more testing.
1997-04-14struct elf_resolv has to be compatible with struct link_map or gdb willPer Fogelstrom
not be able to pick up loaded shared lib info.
1997-04-13More consistent MIPS configPer Fogelstrom
1997-04-13More consistent MIPS configPer Fogelstrom
1997-04-13More consistent MIPS configPer Fogelstrom
1997-04-12Make MIPS configuration more consistentPer Fogelstrom
1997-04-12convert mips* to mips so that we find the correct files in configThomas Graichen
1997-04-12configure with --disable-gdbtk - so that gdb will also configureThomas Graichen
correctly if you have tcl/tk installed
1997-04-12reflect the new naming for openbsd: mips*-*-openbsd* instead of mips-*-openbsd*Thomas Graichen
1997-04-12Fixed coredump when passwd file is missing or unavailable.Todd C. Miller
Reported by Jason Downs <downsj@teeny.org> and Klee Dienes <klee@mit.edu> (via a Debian Linux bug report).
1997-04-11Update from Cygnus + corrections to OpenBSD recognition by meNiklas Hallqvist
1997-04-10calc page alignment correctly for -p; pk@netbsdTheo de Raadt
1997-04-09Revert to older (working) version of gcc, plus recent changes.Jason Downs
1997-04-09Remove the rest of the new files.Jason Downs
Commit a couple local configuration changes of mine before I lose them.
1997-04-09We're pulling this back out...Jason Downs
1997-04-09the theTheo de Raadt
1997-04-09the theTheo de Raadt
1997-04-08use MKTEMP_EACH_FILE, wheeTheo de Raadt
1997-04-08use $> -- thanks for the debugging help niklasTheo de Raadt
1997-04-07use $< instead of $? for ar. Obviously required since the .a file getsTheo de Raadt
deleted in the same target! bug report sent to cygnus via niklas.
1997-04-07XXX Work around make(1) bug. This must be fixed.Jason Downs
1997-04-07Build man pages using my bsd.man.mk extensions, ala Perl, instead of makingJason Downs
links and other disgusting things. Copes with the global .man extension used here.
1997-04-07Re-run configure if Makefile.in, configure, or c-parse.in changes.Todd C. Miller
This should fix the problem people were seeing with gcc reporting unresolved symbols (Makefile and Makefile.in were inconsistent).
1997-04-05Fix -DNO_MMALLOC (needs to be in MMALLOC_CFLAGS not MMALLOC_DISABLE).Todd C. Miller
Now gdb will link.
1997-04-04changes required to get gcc with the new g77 0.5.20 compiled smoothlyThomas Graichen
on OpenBSD
1997-04-04sync g77 to version 0.5.20 - i hope i got everything right because thereThomas Graichen
is no patch from 0.5.19 to 0.5.20 - so i did it by diffing two gcc trees looking carefully at the results what does the new g77 give us: * now it completely works on the alpha (64bit) * faster * less bugs :-)
1997-04-04*** empty log message ***Thomas Graichen
1997-04-04import of libU77 - part of sync to g77-0.5.20Thomas Graichen
1997-04-02Use new makeinfo -P dir option to prepend gcc/f to the include path.kstailey
You must rebuild and install the new makeinfo before building gcc! This corrects the gcc/install.texi gcc/f/install.texi name collision.
1997-04-02Add "-P dir" option to prepend a dir to the include path.kstailey
This is driven by g77 using install.texi which collides with gcc install.texi. This has been submitted to bug-texinfo@prep.ai.mit.edu. *** You must rebuild/reinstall makeinfo before building gcc! ***
1997-04-01don't disable the build of gdb for the alpha - it should work nowThomas Graichen
1997-04-01it's called xm-alphaobsd.h and not xm-alpha.hThomas Graichen
1997-03-29Integrate local changesThorsten Lockert
1997-03-29Latest release from Cyclic SoftwareThorsten Lockert
1997-03-29Latest release from Cyclic SoftwareThorsten Lockert
1997-03-28no more -D__NetBSD__Theo de Raadt
1997-03-25do not chmod file before unlink; firebug@atlantic.netTheo de Raadt
1997-03-20Reference include directly to avoid $CDPATH clashes.Jason Downs
1997-03-18Added ${DESTDIR} in -I/usr/include/kerberosIV. -mojMats O Jansson
1997-03-18Integrate local changesThorsten Lockert