summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc
AgeCommit message (Collapse)Author
1997-04-12Make MIPS configuration more consistentPer Fogelstrom
1997-04-11Update from Cygnus + corrections to OpenBSD recognition by meNiklas Hallqvist
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-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-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-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-03-28no more -D__NetBSD__Theo de Raadt
1997-03-20Reference include directly to avoid $CDPATH clashes.Jason Downs
1997-02-19f77 0.5.19.1.Jason Downs
1997-02-17__NetBSD__ is going away from our gcc specsNiklas Hallqvist
1997-02-12gcc's use of /tmp files is raceable (as pointed out to me many months agoTheo 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-07no, this does not work yet eitherTheo de Raadt
1997-02-06cd into gcc/f before building g77.info to avoid picking up on the wrongkstailey
version of install.texi (both gcc/install.texi and gcc/f/install.texi exist and are different.)
1997-02-03back out prev. change since it breaks obj@ symlinkskstailey
1997-02-02do not include wrong version of install.texikstailey
1997-01-24not netbsdTheo de Raadt
1997-01-24netbsd? nope..Theo de Raadt
1997-01-24missing */Theo de Raadt
1997-01-04Add a TOC to a temporary lib so our make(1) will not always rebuild libgccNiklas Hallqvist
1997-01-02DOH! we are not ELF yet. Fix static constructors.Niklas Hallqvist
1996-12-22additional files needed for gcc support for powerpc.Dale S. Rahn
1996-12-22gcc support for powerpc-openbsdDale S. Rahn
1996-12-16"Opps"Jason Downs
1996-12-16Closer to being correct; set local_prefix as well so it stays out ofJason Downs
/usr/local.
1996-12-15Update to g77 0.5.19Jason Downs
1996-11-24Feed on COPTSNiklas Hallqvist
1996-11-22Oops.. our GCC didn't generate code for the FPU.Niklas Hallqvist
1996-10-18one more touchupTheo 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-12clean betterNiklas Hallqvist
1996-10-06mips-dec-openbsd; from graichenTheo de Raadt
1996-09-22Tweak for FreeBSD cross compileimp
1996-09-20fix a POWER instruction that was not converted to PowerPC.Dale S. Rahn
The allows ncr.c to compile.
1996-09-17use sh to run scripts; from graichenTheo de Raadt
1996-09-02Missing */Per Fogelstrom
1996-08-26Our /usr/libexec/cpp link creation wasn't suitable for cross-buildsNiklas Hallqvist
1996-08-25BINOWN/BINGRPJason Downs
1996-08-25strength reduction is safe once againTheo de Raadt
1996-08-25Makefile.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-15Merge of GCC 2.7.2.1Niklas Hallqvist
1996-07-31Redid the info-file build slightly, but with kept semantics. Made g77Niklas Hallqvist
this style too. Added OpenBSD/alpha support