diff options
author | Jeffrey A Law <law@cygnus.com> | 1997-12-01 17:45:00 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1997-12-01 10:45:00 -0700 |
commit | 7dfef6ed40301c60119e111e695e1ca1b02f439a (patch) | |
tree | 6ec56abd9641b3d1f1086c87a59396b4fcd3bafd | |
parent | b4dfb70720da9ab877d58866d55fcda397714f6a (diff) | |
download | gcc-7dfef6ed40301c60119e111e695e1ca1b02f439a.zip gcc-7dfef6ed40301c60119e111e695e1ca1b02f439a.tar.gz gcc-7dfef6ed40301c60119e111e695e1ca1b02f439a.tar.bz2 |
Bring in changes from release branch (egcs_ss_971127).
From-SVN: r16865
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -3,12 +3,22 @@ Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com) * Makefile.in (INSTALL_TARGET): Do install-gcc first. * configure (gxx_include_dir): Provide a definition for subdirs which do not use autoconf. + +Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com) + + * From Franz Sirl. + * config.guess (powerpc*-*-linux): Handle glibc2 beta release + found on RedHat Linux systems. Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com) * config.guess (alpha stuff): Merge with FSF to avoid incorrect guesses. +Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com) + + * configure.in (i[3456]86-ncr-sysv4.3*): Tweak. + Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com> * Makefile.in: check-target-libio depends on all-target-libstdc++. diff --git a/configure.in b/configure.in index c768e6f..bec2b34 100644 --- a/configure.in +++ b/configure.in @@ -122,7 +122,7 @@ case "${host}" in mips*-*-sysv4*) host_makefile_frag=config/mh-sysv4 ;; mips*-*-sysv*) host_makefile_frag=config/mh-riscos ;; i[3456]86-*-dgux*) host_makefile_frag=config/mh-dgux386 ;; - i[3456]86-ncr-sysv4.3) host_makefile_frag=config/mh-ncrsvr43 ;; + i[3456]86-ncr-sysv4.3*) host_makefile_frag=config/mh-ncrsvr43 ;; i[3456]86-ncr-sysv4*) host_makefile_frag=config/mh-ncr3000 ;; i[3456]86-*-sco3.2v5*) host_makefile_frag=config/mh-sysv ;; i[3456]86-*-sco*) host_makefile_frag=config/mh-sco ;; |