OSDN Git Service

* configure.in (m68k-next-nextstep4): Handle Openstep 4.2.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Nov 1999 08:50:01 +0000 (08:50 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Nov 1999 08:50:01 +0000 (08:50 +0000)
        * configure: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30409 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/configure
gcc/configure.in

index f077497..80da4d2 100644 (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.
index e349b28..c5aa3a5 100755 (executable)
@@ -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
index c8e31d6..d2c3125 100644 (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