Age | Commit message (Expand) | Author | Files | Lines |
1995-04-20 | * configure.in (mips-sgi-irix6): Use mh-irix5. | Jim Wilson | 1 | -1/+1 |
1995-04-12 | * configure.in: Recognize --with-newlib. | David Edelsohn | 1 | -4/+5 |
1995-04-08 | * configure.in (host_libs): Remove glob, since it is gone from the | Jim Kingdon | 1 | -1/+1 |
1995-03-31 | * Makefile.in: define empty GDB_NLM_DEPS var. | Jason Molenda | 1 | -0/+2 |
1995-03-17 | Duh. Really, duh. | Jason Merrill | 1 | -8/+8 |
1995-03-16 | Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com> | Jason Merrill | 1 | -4/+8 |
1995-03-13 | * configure.in (*-hp-hpux[78]*): Use mh-hpux8. | Ian Lance Taylor | 1 | -0/+1 |
1995-03-06 | * configure.in (noconfigdirs): Don't build gas on AIX, for | Jim Kingdon | 1 | -1/+1 |
1995-02-21 | Recognize arm-*-pe* (psion project). | David Edelsohn | 1 | -0/+7 |
1995-01-12 | Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com> | Jason Merrill | 1 | -1/+1 |
1995-01-09 | * configure.in (rs6000-*-*): Don't build gas. | Jim Kingdon | 1 | -1/+1 |
1994-12-12 | * configure.in: Configure tk for hppa/hpux. | Stu Grossman | 1 | -1/+1 |
1994-11-21 | * configure.in (*-*-netware*): Don't configure xiberty. | J.T. Conklin | 1 | -1/+1 |
1994-11-14 | * configure.in: Remove tk from native_only list. | Stu Grossman | 1 | -1/+1 |
1994-11-08 | Various changes to support building shared lib{g,stdc}++ | Jason Merrill | 1 | -0/+32 |
1994-11-05 | * configure.in (target_libs): Include libstdc++ again. | Per Bothner | 1 | -3/+1 |
1994-10-26 | Add support for arc processor. | David Edelsohn | 1 | -0/+5 |
1994-10-21 | * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1. | Per Bothner | 1 | -1/+3 |
1994-10-21 | * config.guess: Merge with FSF. | Per Bothner | 1 | -1/+1 |
1994-10-18 | * configure.in: Don't build emacs on Irix 5. | Ian Lance Taylor | 1 | -1/+2 |
1994-10-17 | * configure.in (*-*-netware*): Add libio. | J.T. Conklin | 1 | -1/+1 |
1994-10-11 | Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com) | Jason Merrill | 1 | -7/+7 |
1994-09-30 | optionally configure libgui (--enable-gdbgui) | Thomas Lord | 1 | -0/+4 |
1994-09-28 | Add libgloss. | Rob Savoye | 1 | -2/+2 |
1994-09-05 | ARM Acorn/RISCiX target and host patches from Richard Earnshaw | Ken Raeburn | 1 | -0/+3 |
1994-09-01 | temporary change so that hppa doesn't build tk | Karen Christiansen | 1 | -1/+1 |
1994-09-01 | * configure.in (*-*-netware): don't configure libg++, libio, librx, or | J.T. Conklin | 1 | -2/+5 |
1994-08-31 | * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't | Ian Lance Taylor | 1 | -2/+6 |
1994-08-26 | * configure.in: Recognize --with-headers and --with-libs. | Ian Lance Taylor | 1 | -5/+78 |
1994-08-26 | * configure.in: Recognize --without-newlib. | Ian Lance Taylor | 1 | -6/+8 |
1994-08-24 | * configure.in: Change i[34]86 to i[345]86. | Ian Lance Taylor | 1 | -18/+18 |
1994-08-16 | * configure.in: Also configure librx. | Per Bothner | 1 | -3/+3 |
1994-08-08 | * configure.in: Configure the examples directory. | Stan Shebs | 1 | -2/+2 |
1994-07-25 | * configure.in: Warn about use of /usr/ucb/cc on Solaris. From | Ian Lance Taylor | 1 | -0/+27 |
1994-07-19 | added emacs19 whereever emacs was mentioned | Karen Christiansen | 1 | -7/+7 |
1994-07-16 | * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7. | Stan Shebs | 1 | -1/+2 |
1994-06-24 | Removing a mistake I made (don't put newlib in host_tools). | Sean Eric Fagan | 1 | -1/+1 |
1994-06-21 | Added support for nev-v810 processor. A newlib *only* target, for now at | Sean Eric Fagan | 1 | -1/+5 |
1994-06-09 | cvs server works fine on the RS/6000 these days. Only turned on for real | Mark Eichin | 1 | -2/+1 |
1994-06-08 | rs6k lynx changes | David Henkel-Wallace | 1 | -1/+1 |
1994-06-05 | * configure.in: Use mh-ncrsvr43. Patch from | Per Bothner | 1 | -0/+1 |
1994-06-02 | * configure: If config.guess result is a prefix of the user | Ian Lance Taylor | 1 | -7/+1 |
1994-06-01 | * Makefile.in: Rename HOST_ONLY to NATIVE. | Bill Cox | 1 | -2/+3 |
1994-05-26 | * config.sub: Move deletion of patch suffix from here... | Bill Cox | 1 | -0/+5 |
1994-05-19 | * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*. | Ian Lance Taylor | 1 | -12/+0 |
1994-05-19 | Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com) | Steve Chamberlain | 1 | -1/+1 |
1994-05-09 | Fix typo in last change. | Steve Chamberlain | 1 | -1/+1 |
1994-05-07 | * configure.in (target==go32): Don't build gdb. | Steve Chamberlain | 1 | -0/+2 |
1994-05-07 | Restore changes clobbered by last check in. | Ian Lance Taylor | 1 | -1/+28 |
1994-05-07 | various changes for lynx.rs, ericsson, BNR. | David Henkel-Wallace | 1 | -30/+19 |