From ccb9da62b53fd506c2d78fb2bf86631eea359dfb Mon Sep 17 00:00:00 2001 From: law Date: Mon, 7 Jun 1999 23:27:44 +0000 Subject: [PATCH] =?utf8?q?=EF=BF=BD=20=20=20=20=20=20=20=20=20*=20configur?= =?utf8?q?e.in=20(*-*-freebsd2*):=20Add=20missing=20'*'=20at=20end=20of=20?= =?utf8?q?configure=20=20=20=20=20=20=20=20=20string.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27414 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++/ChangeLog | 5 +++++ libstdc++/configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libstdc++/ChangeLog b/libstdc++/ChangeLog index 90723b9..608f47e 100644 --- a/libstdc++/ChangeLog +++ b/libstdc++/ChangeLog @@ -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 * std/std_valarray.h: Don't #include unconditionally diff --git a/libstdc++/configure.in b/libstdc++/configure.in index af1d931..bd2c9c7 100644 --- a/libstdc++/configure.in +++ b/libstdc++/configure.in @@ -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" ;; -- 2.7.4