From: Jeffrey A Law Date: Fri, 5 Nov 1999 08:50:01 +0000 (+0000) Subject: configure.in (m68k-next-nextstep4): Handle Openstep 4.2. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=016cebc3e840686b2e777a6f2ffac7d9ea93edf1;p=gcc.git configure.in (m68k-next-nextstep4): Handle Openstep 4.2. * configure.in (m68k-next-nextstep4): Handle Openstep 4.2. * configure: Rebuilt. From-SVN: r30409 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f0774977c50..80da4d24f8e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Fri Nov 5 01:44:09 1999 Jeffrey A Law (law@cygnus.com) + + * configure.in (m68k-next-nextstep4): Handle Openstep 4.2. + * configure: Rebuilt. + Fri Nov 5 01:24:37 1999 J"orn Rennecke * global.c (CONFLICTP, SET_CONFLICT): Avoid signed division. diff --git a/gcc/configure b/gcc/configure index e349b2819e3..c5aa3a5fc1a 100755 --- a/gcc/configure +++ b/gcc/configure @@ -4816,7 +4816,7 @@ for machine in $build $host $target; do use_collect2=yes float_format=m68k ;; - m68k-next-nextstep3*) + m68k-next-nextstep[34]*) tm_file=m68k/next.h xm_file="m68k/xm-next.h ${xm_file}" tmake_file=m68k/t-next diff --git a/gcc/configure.in b/gcc/configure.in index c8e31d6ed14..d2c312526e5 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -2110,7 +2110,9 @@ changequote([,])dnl use_collect2=yes float_format=m68k ;; - m68k-next-nextstep3*) +changequote(,)dnl + m68k-next-nextstep[34]*) +changequote([,])dnl tm_file=m68k/next.h xm_file="m68k/xm-next.h ${xm_file}" tmake_file=m68k/t-next