configure.in (m68k-next-nextstep4): Handle Openstep 4.2.

* configure.in (m68k-next-nextstep4): Handle Openstep 4.2.
        * configure: Rebuilt.

From-SVN: r30409
This commit is contained in:
Jeffrey A Law 1999-11-05 08:50:01 +00:00 committed by Jeff Law
parent 0b6533c5d8
commit 016cebc3e8
3 changed files with 9 additions and 2 deletions

View File

@ -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 <amylaar@cygnus.co.uk>
* global.c (CONFLICTP, SET_CONFLICT): Avoid signed division.

2
gcc/configure vendored
View File

@ -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

View File

@ -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