Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
1992-12-13 | * Makefile.in: extensive cleanup:: removed all of the explicit | David D. Zuhn | 1 | -0/+23 | |
clean-* targets, collapsed many wrappers around subdir_do into one, added additional targets to satisfy standards.texi, deleted some old targets, some changes for consistency | |||||
1992-12-04 | add several packages to configdirs | David D. Zuhn | 1 | -0/+5 | |
1992-11-30 | include mh-sun for all sun hosts (except solaris) | David D. Zuhn | 1 | -0/+2 | |
1992-11-30 | better handling for X11 oddities on various systems | David D. Zuhn | 1 | -0/+10 | |
1992-11-30 | * Makefile.in: define flags for X11 include files and library file | David D. Zuhn | 1 | -0/+2 | |
locations, pass them down to the programs that need this info * build-all.mk: added a 'native' target, to 3stage the native toolchain (also updated dates in test-build.mk and build-all.mk) | |||||
1992-11-28 | supply standard X11 include & library directories | David D. Zuhn | 1 | -0/+3 | |
1992-11-28 | define and pass down locations for X11 files | David D. Zuhn | 1 | -0/+9 | |
1992-11-19 | Update references to files moved into etc/. | John Gilmore | 1 | -0/+14 | |
1992-11-11 | Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+19 | |
* config.sub: added -sco3.2v4 support from FSF. | |||||
1992-11-07 | delete some old ose cruft, handle -wrs as an os | David D. Zuhn | 1 | -1/+3 | |
1992-11-07 | * config.sub: remove 'sparc'-->'sparc-sun' default transformation, | David D. Zuhn | 1 | -0/+7 | |
add 'sparc' to list of recognized cpus. This needed to make 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout' | |||||
1992-11-07 | import from p3 | David D. Zuhn | 1 | -0/+4 | |
1992-11-07 | added tcl, tk, and expect | David D. Zuhn | 1 | -0/+6 | |
1992-11-06 | Checked in ChangeLog | Mike Werner | 1 | -14/+0 | |
1992-11-05 | merge in some p3 Makefile changes | David D. Zuhn | 1 | -0/+45 | |
1992-11-05 | checked in new changelog | Mike Werner | 1 | -0/+6 | |
1992-11-05 | changed changelog | Mike Werner | 1 | -0/+12 | |
1992-10-30 | Add deja-gnu to configdirs. | Fred Fish | 1 | -0/+19 | |
1992-10-13 | Replace m68kmote with plain old m68k. | John Gilmore | 1 | -0/+4 | |
1992-10-09 | Remove space from blank line, avoid Make complaints. | John Gilmore | 1 | -0/+4 | |
1992-10-09 | * config.sub: Complain if no argument is given. Added support for 386bsd as OS | Ken Raeburn | 1 | -0/+5 | |
and target alias. | |||||
1992-10-08 | Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+5 | |
* Makefile.in (XTRAFLAGS): include newlib directories if newlib/Makefile exists, rather than if host != target. | |||||
1992-10-05 | changes from p3. (new sparclite-wrs-vxworks triple, xiberty rules) | Mark Eichin | 1 | -0/+11 | |
1992-09-29 | Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+11 | |
* Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc from the same source tree and not building a cross-compiler. This matters for the libg++ configuration if reconfiguring a tree that has already been installed. | |||||
1992-09-18 | only set PWD if it is already set (and likely wrong). from p3. | Mark Eichin | 1 | -0/+4 | |
1992-09-18 | Changes to make the gdb.tar.Z rule work better. | John Gilmore | 1 | -0/+8 | |
* Makefile.in (GDB_SUPPORT_DIRS): Add opcodes. (DEVO_SUPPORT): Add configure.texi. (bfd-ilrt.tar.Z): Remove ancient rule. |