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:
parent
0b6533c5d8
commit
016cebc3e8
@ -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
2
gcc/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user