Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-05-12 | From NetBSD: -msoft-float should not turn off -m68060, as that | Niklas Hallqvist | |
might force instructions not executable on an '060. This makes our gcc competent of creating amiga kernels that runs on 68060 | |||
1997-04-12 | Make MIPS configuration more consistent | Per Fogelstrom | |
1997-04-11 | Update from Cygnus + corrections to OpenBSD recognition by me | Niklas Hallqvist | |
1997-04-09 | Revert to older (working) version of gcc, plus recent changes. | Jason Downs | |
1997-04-09 | Remove the rest of the new files. | Jason Downs | |
Commit a couple local configuration changes of mine before I lose them. | |||
1997-04-09 | We're pulling this back out... | Jason Downs | |
1997-04-08 | use MKTEMP_EACH_FILE, whee | Theo de Raadt | |
1997-04-08 | use $> -- thanks for the debugging help niklas | Theo de Raadt | |
1997-04-07 | use $< instead of $? for ar. Obviously required since the .a file gets | Theo de Raadt | |
deleted in the same target! bug report sent to cygnus via niklas. | |||
1997-04-07 | Re-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-04 | changes required to get gcc with the new g77 0.5.20 compiled smoothly | Thomas Graichen | |
on OpenBSD | |||
1997-04-04 | sync g77 to version 0.5.20 - i hope i got everything right because there | Thomas 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-04 | import of libU77 - part of sync to g77-0.5.20 | Thomas Graichen | |
1997-04-02 | Use 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-03-28 | no more -D__NetBSD__ | Theo de Raadt | |
1997-03-20 | Reference include directly to avoid $CDPATH clashes. | Jason Downs | |
1997-02-19 | f77 0.5.19.1. | Jason Downs | |
1997-02-17 | __NetBSD__ is going away from our gcc specs | Niklas Hallqvist | |
1997-02-12 | gcc's use of /tmp files is raceable (as pointed out to me many months ago | Theo de Raadt | |
by davem@iss.net). however this code is hard to fix. for the moment make the race harder by calling mktemp with a lot of XXXXX's | |||
1997-02-07 | no, this does not work yet either | Theo de Raadt | |
1997-02-06 | cd into gcc/f before building g77.info to avoid picking up on the wrong | kstailey | |
version of install.texi (both gcc/install.texi and gcc/f/install.texi exist and are different.) | |||
1997-02-03 | back out prev. change since it breaks obj@ symlinks | kstailey | |
1997-02-02 | do not include wrong version of install.texi | kstailey | |
1997-01-24 | not netbsd | Theo de Raadt | |
1997-01-24 | netbsd? nope.. | Theo de Raadt | |
1997-01-24 | missing */ | Theo de Raadt | |
1997-01-04 | Add a TOC to a temporary lib so our make(1) will not always rebuild libgcc | Niklas Hallqvist | |
1997-01-02 | DOH! we are not ELF yet. Fix static constructors. | Niklas Hallqvist | |
1996-12-22 | additional files needed for gcc support for powerpc. | Dale S. Rahn | |
1996-12-22 | gcc support for powerpc-openbsd | Dale S. Rahn | |
1996-12-16 | "Opps" | Jason Downs | |
1996-12-16 | Closer to being correct; set local_prefix as well so it stays out of | Jason Downs | |
/usr/local. | |||
1996-12-15 | Update to g77 0.5.19 | Jason Downs | |
1996-11-24 | Feed on COPTS | Niklas Hallqvist | |
1996-11-22 | Oops.. our GCC didn't generate code for the FPU. | Niklas Hallqvist | |
1996-10-18 | one more touchup | Theo de Raadt | |
1996-10-18 | ${MACHINE_ARCH}-unknown-openbsd2.0 always, except for mips where ↵ | Theo de Raadt | |
little/big-endian is significant | |||
1996-10-12 | clean better | Niklas Hallqvist | |
1996-10-06 | mips-dec-openbsd; from graichen | Theo de Raadt | |
1996-09-22 | Tweak for FreeBSD cross compile | imp | |
1996-09-20 | fix a POWER instruction that was not converted to PowerPC. | Dale S. Rahn | |
The allows ncr.c to compile. | |||
1996-09-17 | use sh to run scripts; from graichen | Theo de Raadt | |
1996-09-02 | Missing */ | Per Fogelstrom | |
1996-08-26 | Our /usr/libexec/cpp link creation wasn't suitable for cross-builds | Niklas Hallqvist | |
1996-08-25 | BINOWN/BINGRP | Jason Downs | |
1996-08-25 | strength reduction is safe once again | Theo de Raadt | |
1996-08-25 | Makefile.in: break mandir creation out of install-dir; | Jason Downs | |
Makefile.bsd-wrapper: add g77 manpage and lots of ${DESTDIR}s. | |||
1996-08-23 | $OpenBSD$ | Niklas Hallqvist | |
1996-08-15 | Merge of GCC 2.7.2.1 | Niklas Hallqvist | |