]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.in (*-*-freebsd2*): Add missing '*' at end of configure string.
authorJeffrey A Law <law@cygnus.com>
Mon, 7 Jun 1999 23:27:44 +0000 (23:27 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 7 Jun 1999 23:27:44 +0000 (17:27 -0600)

        * configure.in (*-*-freebsd2*): Add missing '*' at end of configure
        string.

From-SVN: r27414

libstdc++/ChangeLog
libstdc++/configure.in

index 90723b9999d0329c84a0ba18e3389a4c1cff97e1..608f47e3c6b6acc2cece6b19e7153ba7c1670cf5 100644 (file)
@@ -1,3 +1,8 @@
+Tue Jun  8 00:21:11 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * configure.in (*-*-freebsd2*): Add missing '*' at end of configure
+       string.
+
 1999-06-05  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
 
        * std/std_valarray.h: Don't #include unconditionally <alloca.h>
index af1d9314f4dbcdbd6b26f6b3d07b33fd31367a28..bd2c9c71e439a5afa334cf2e65df373a3d490357 100644 (file)
@@ -71,7 +71,7 @@ if [ "${shared}" = "yes" ]; then
     *-*-hpux*)         frags="${frags} hpux.ml" ;;
     *-*-irix[56]*)     frags="${frags} irix5.ml" ;;
     *-*-linux*aout*)   ;;
-    *-*-freebsd2     ;;
+    *-*-freebsd2*)     ;;
     *-*-freebsd*)      frags="${frags} freebsd.ml" ;;
     *-*-linux*)                frags="${frags} linux.ml" ;;
     *-*-openbsd*)              frags="${frags} openbsd.ml" ;;