summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc/config
AgeCommit message (Collapse)Author
1996-05-15Additions for Mips ELF shlib supportPer Fogelstrom
1996-05-04i386 requires -fno-strength-reduce because -O2 generates incorrect codeTheo de Raadt
1996-04-29From NetBSD:Niklas Hallqvist
Re-enable weak alias and sysv pragma support that was lost when we upgraded to gcc-2.7. These changes have been submitted to the gcc maintainers. With luck, we won't have this problem again...
1996-03-30From NetBSD:Niklas Hallqvist
Added support for m68060 (activate with -m68060). This change has already been accepted and integrated into the FSF source tree.
1996-03-30From NetBSD:Niklas Hallqvist
Remove the DBX_NO_XREFS definition from the NetBSD m68k, ns32k, and sparc gcc configuration. It isn't needed, as NetBSD uses gdb.
1996-03-30From NetBSD:Niklas Hallqvist
Remove the DBX_NO_XREFS definition from the NetBSD m68k, ns32k, and sparc gcc configuration. It isn't needed, as NetBSD uses gdb.
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-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-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.
1995-12-23add configurations for all the other platformsTheo de Raadt
1995-12-21First cut at making a minimal intrusive munge of gcc to fit in a BSDNiklas Hallqvist
framework. This means, provide a Makefile.bsd-wrapper. Remove intermediate files from the source dir. Build them in the obj-dir. Add some Makefile hooks so we can tune the std Makefile for our purpose but still have it behave normal for out-of-tree configurations. Only i386 is supported for now. The other archs will follow soon. This checkin requires an existing makeinfo and a yacc that accepts -o.
1995-12-20FSF GCC version 2.7.2Niklas Hallqvist