diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-06-07 23:27:44 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-06-07 23:27:44 +0000 |
commit | ccb9da62b53fd506c2d78fb2bf86631eea359dfb (patch) | |
tree | f9cfc8128a5aeb2a779511dd5ccf1d20bfa46582 /libstdc++ | |
parent | abbf3ffcd3890332d6119af8b188cff973ce93ff (diff) | |
download | gcc-ccb9da62b53fd506c2d78fb2bf86631eea359dfb.tar.gz |
�
* configure.in (*-*-freebsd2*): Add missing '*' at end of configure
string.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27414 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++')
-rw-r--r-- | libstdc++/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++/configure.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++/ChangeLog b/libstdc++/ChangeLog index 90723b9999d..608f47e3c6b 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 <dosreis@cmla.ens-cachan.fr> * std/std_valarray.h: Don't #include unconditionally <alloca.h> diff --git a/libstdc++/configure.in b/libstdc++/configure.in index af1d9314f4d..bd2c9c71e43 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" ;; |