summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
1998-04-17LP64 (64 bit) sweep to make these compile.ross
1998-04-17ns32k specific changes for "our" gcc ported over to egcs by Ian Dall.matthias
1998-04-17undef ASM_WEAKEN_LABEL, because the NetBSD/arm32 assembler (or, at leastcgd
1998-04-17pull over some things from the old gcc, and clean up.mrg
1998-04-17clean up slightly.mrg
1998-04-16define HAVE_STRERROR to 1, not nothing.mrg
1998-04-16- include <alpha/elf.h> (though this is currently quite linux centric, wemrg
1998-04-16- move a.out specific defines between (commented) #ifdef NETBSD_AOUTmrg
1998-04-15ARM32 fixes from cgd: GNU uses "arm", not "arm32" for the architecture;tv
1998-04-15Make the shlib work again. Missing symbols that the a.out ld didn't catch.tv
1998-04-15rewrite <alpha/netbsd.h>. still does not quite work.mrg
1998-04-15do not define MD_STARTFILE_PREFIX under NetBSD.mrg
1998-04-15include <string.h>mrg
1998-04-14note bogon in the .y.cc rule which doesn't cause problems here, butcgd
1998-04-12Don't rebuild cc1 executables on PIC systems (which don't build atv
1998-04-12Add the .cc(.NULL) overrid used for libgcctv
1998-04-12Add a cleandir target to the clean target.veego
1998-04-10add NOLINTtv
1998-04-10add do-nothing .cc(.NULL) extension rule to avoid trying to "build" newtv
1998-04-09Fix fix for compiling under gcc 2.7.tv
1998-04-09Make use of NOSTATICLIB addition to <bsd.lib.mk>tv
1998-04-09.y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for,tv
1998-04-09Make libstdc++ skip build without bombing if the bootstrap compiler is gcctv
1998-04-09Build gcc stuff unless USE_EGCS is set (transitional mechanism)tv
1998-04-08Some sources and includes missing, and stl includes install directly intotv
1998-04-07Create shared library by default on non-NOPIC systems. Only installtv
1998-04-07Remove the EGCS_BOOTSTRAP and only use the "smart check"tv
1998-04-07Add note that -nostdlib is passed to the linker.tv
1998-04-04If a good matching shared library is found, don't look in the nextfvdl
1998-04-03Reengineering of libf2c as a single library (which g77 expects). Includestv
1998-04-03Remove split libf2c, in preparation for a properly merged libf2c.tv
1998-04-03frame.c should be counted among the libgcc2 c++ bits (the eh code needs it)cgd
1998-04-03- make f771 work with CC1_SHLIB: move files that aren't actually "common"tv
1998-04-02Support higher baud rates.mycroft
1998-04-02reference file.y not file.c in make rules. this stops the need to set CLEANF...mrg
1998-04-02remove reference to unused variable.mrg
1998-04-02simplify .PATH: list, and remove a duplicate.mrg
1998-04-02build a shared library, new major version from old. XXXmrg
1998-04-02- Remove bi-reverse.c from ${SRCS} and put it in ${CLEANFILES}. Not usedtv
1998-04-02The FORTRAN compiler is also known as f77, not c77.tv
1998-04-01Build libgcc either "full" or "stripped down" depending on whether thetv
1998-04-01delete dated commented stuff.mrg
1998-04-01add f771.mrg
1998-04-01Cleanup of the previous fixes, and it all now compiles cleanly withouttv
1998-04-01Add make variable EGCS_BOOTSTRAP used to indicate if we're compilingtv
1998-04-01Remove files automagically generated by yacc so they don't get picked uptv
1998-04-01add __vfork14() compensation by including <unistd.h> as inspired by ourtv
1998-04-01Add $(.OBJDIR) to the front of .PATH: so yacc's generated files do nottv
1998-03-31Add an egcs config boilerplate file.ross
1998-03-31Need to include tree.h to resolve a problem with a missing prototypescottr