Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-03-03 | Put back mips-dec-bsd* case. | Ken Raeburn | 1 | -0/+4 | |
With a comment this time, so maybe zoo will realize it's not a no-op. | |||||
1993-03-03 | (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>) | Fred Fish | 1 | -0/+15 | |
* configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet. * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'. * config/mh-vaxult2: New file. | |||||
1993-03-02 | build gas for mips-dec-bsd | Ken Raeburn | 1 | -1/+2 | |
1993-03-02 | configure.in: For VMS target, skip bfd, ld, binutils. | Ken Raeburn | 1 | -0/+4 | |
1993-03-02 | * configure (makesrcdir): If ${srcdir} is relative and not ".", | Ian Lance Taylor | 1 | -3/+3 | |
and ${subdir} is not ".", set makesrcdir based on ${invsubdir}. | |||||
1993-03-02 | * Makefile.in (all-prms, install-prms): Changed to gnats. | Brendan Kehoe | 1 | -0/+5 | |
* configure.in (host_tools): Changed prms to gnats. | |||||
1993-02-28 | undo previous change | Brendan Kehoe | 1 | -5/+0 | |
1993-02-28 | * Makefile.in (BASE_FLAGS_TO_PASS): Pass PRMS down, for the PRMS | Brendan Kehoe | 1 | -0/+9 | |
special install. | |||||
1993-02-23 | * config.sub, configure.in, config.guess: Add support | Per Bothner | 1 | -0/+6 | |
for Bosx, an AIX variant from Bull. Patches from F.Pierresteguy@frcl.bull.fr. | |||||
1993-02-21 | * devo/dejagnu: Initial creation of devo/dejagnu. | Mike Werner | 1 | -0/+12 | |
Migrated dejagnu testcases and support files for testing software tools to reside as subdirectories, currently called "testsuite", within the directory of the software tool. Migrated all programs, support libraries, etc. beloging to dejagnu proper from devo/deja-gnu to devo/dejagnu. These files were moved "as is" with no modifications. The changes to these files which will allow them to configure, build, and execute properly will be made in a future update. | |||||
1993-02-20 | * Makefile.in: Change send_pr to send-pr. | Brendan Kehoe | 1 | -0/+6 | |
* configure.in: Likewise. * send_pr: Renamed directory to send-pr. | |||||
1993-02-20 | * Makefile.in: Add some extra semi-colons (needed if SHELL=bash). | Per Bothner | 1 | -0/+6 | |
1993-02-19 | Update for gdb-4.8 | John Gilmore | 1 | -0/+4 | |
1993-02-18 | diff needs libiberty | David D. Zuhn | 1 | -0/+4 | |
1993-02-17 | add vax ultrix in the spirit of mips ultrix | K. Richard Pixley | 1 | -0/+4 | |
1993-02-16 | add support for tar gzip hello recode and indent | David D. Zuhn | 1 | -0/+4 | |
1993-02-16 | Fix permissions in etc/. Use byacc, not yacc, to build *.tab.c files | John Gilmore | 1 | -1/+1 | |
for the tar file. | |||||
1993-02-16 | * Makefile.in (DEVO_SUPPORT): Remove etc directory | John Gilmore | 1 | -0/+12 | |
(ETC_SUPPORT): Only add the files GDB wants from etc/. (gdb.tar.Z): Use ETC_SUPPORT. | |||||
1993-02-09 | Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+22 | |
* Makefile.in: Various changes to eliminate a level of make recursion and reduce the required command line length. (BASE_FLAGS_TO_PASS): New variable holding flags passed to all sub-makes. (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New variables holding settings for specific sub-makes. (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote in terms of BASE_FLAGS_TO_PASS. (TARGET_LIBS): New variable listing directories which use TARGET_FLAGS_TO_PASS. (subdir_do): Eliminated. (do-*): New set of targets to replace subdir_do. (various): All targets which used subdir_do now depend on do-*. (local-clean): Renamed from do_clean. (local-distclean): New target, dependency of distclean and realclean. (install-info): Don't create directories. Depend on dir.info rather than calling make recursively. (install-dir.info): Eliminated. (install-info-dirs): Create all info directories here. (dir.info): Depend upon do-install-info. | |||||
1993-02-09 | Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+4 | |
* test-build.mk (HOLES): Added false. | |||||
1993-02-06 | * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd). | Per Bothner | 1 | -0/+9 | |
1993-02-04 | Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+4 | |
* Makefile.in (info): Added dependency on all-texinfo (PR 2112). | |||||
1993-02-04 | * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for | John Gilmore | 1 | -0/+5 | |
GDB releases. | |||||
1993-02-03 | forgot to document a configure change: don't screw with -/_ in "with" options | Ken Raeburn | 1 | -1/+2 | |
1993-02-03 | configure: Include srcdir in target-of-link-not-found msg | Ken Raeburn | 1 | -0/+5 | |
1993-02-03 | added support for uudecode | David D. Zuhn | 1 | -0/+7 | |
1993-02-02 | Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+2 | |
* Makefile.in (all-gcc): Added dependency on all-gas. | |||||
1993-02-02 | Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+4 | |
* configure.in (mips-*-*): Build ld and binutils. | |||||
1993-02-01 | check return code of mkdir, print error message on failure. addresses bug #2079 | K. Richard Pixley | 1 | -0/+5 | |
1993-01-31 | * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex. | John Gilmore | 1 | -0/+4 | |
1993-01-28 | Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+4 | |
* test-build.mk (HOLES): Added tar, cpio and uudecode. | |||||
1993-01-28 | Add h8500 as a cpu type. | Jim Wilson | 1 | -17/+19 | |
1993-01-23 | * guess-systype: Renamed to ... | Per Bothner | 1 | -0/+6 | |
* config.guess: ... by popular request. * configure.in, Makefile.in: Update accordingly. | |||||
1993-01-21 | * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>: | Per Bothner | 1 | -0/+13 | |
+ Add Convex, Cray/Unicos, and Encore/Multimax support. + Execute ./dummy instead of assuming . is in PATH. | |||||
1993-01-19 | Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+5 | |
* Makefile.in (gcc-no-fixedincludes): Made to work with current gcc Makefile. | |||||
1993-01-16 | * Makefile.in: added variables CHILL_FOR_TARGET, CHILLFLAGS, | Mike Werner | 1 | -0/+10 | |
and CHILL_LIB. * deja-gnu/gdb.t31/Makefile.in: removed explicit setting of CHILL variables as these are now passed down from the top level makefile using FLAGS_TO_PASS. | |||||
1993-01-15 | Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+5 | |
* Makefile.in (GCC_FLAGS_TO_PASS): New variable. (all-gcc, install-gcc, subdir_do): Use it. | |||||
1993-01-14 | Rename uninstalled gcc driver from gcc to xgcc. | Jim Wilson | 1 | -0/+25 | |
1993-01-06 | * Makefile.in (GCC_FOR_TARGET): Supply a default that matches | Fred Fish | 1 | -0/+19 | |
the one used in gcc/Makefile.in, so that a null expansion doesn't override the one needed to build gcc with a native cc. | |||||
1993-01-05 | Accept -with arguments. | Ken Raeburn | 1 | -0/+4 | |
Requoting for recursion may be buggy, but it does handle simple cases now. | |||||
1993-01-03 | Added h8300sim | Steve Chamberlain | 1 | -0/+4 | |
1992-12-29 | Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+2 | |
* config/mh-sco: Don't override BISON definition. | |||||
1992-12-29 | Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+9 | |
* build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4. (all-cygnus, native, build-cygnus): Make $(canonhost)-stamp-3stage-done, not $(host).... * test-build.mk (stamp-3stage-compared): Use tail +10c for i386-sco3.2v4. Added else true to if command. | |||||
1992-12-28 | from fsf: sequent os is bsd(ish) | Ken Raeburn | 1 | -0/+4 | |
1992-12-28 | Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com) | Ian Lance Taylor | 1 | -0/+4 | |
* configure.in (i[34]86-*-isc*): added; uses mh-sysv. | |||||
1992-12-25 | don't remove binutils from Solaris builds | David D. Zuhn | 1 | -0/+4 | |
1992-12-24 | clean up mostlyclean changes | David D. Zuhn | 1 | -0/+5 | |
1992-12-24 | * Makefile.in (mostlyclean, distclean, realclean): Fix to | Per Bothner | 1 | -0/+5 | |
do more-or-less the right thing. | |||||
1992-12-16 | Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+14 | |
* Makefile.in: Add lines defining CC and CXX, and use CXX rather than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET. | |||||
1992-12-15 | * configure.in (hppa*-*-*): Don't remove bfd and gdb from | Stu Grossman | 1 | -0/+5 | |
configdirs anymore. |