* configure.in: Add mpeix.mt make fragment.

From-SVN: r29202
This commit is contained in:
Mark Klein 1999-09-08 08:40:16 +00:00 committed by Jeff Law
parent 236d1439f3
commit a27995df2b
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Sat Sep 4 18:00:00 PDT 1999 Mark Klein (mklein@dis.com)
* configure.in: Add mpeix.mt make fragment.
1999-08-08 Alexandre Oliva <oliva@dcc.unicamp.br>
* streambuf.h (ios::streamsize): Declare as _IO_ssize_t, as in the

View File

@ -49,6 +49,7 @@ echo "# Warning: this fragment is automatically generated" > temp.mt
frags=
case "${target}" in
*-mpeix*) frags="mpeix.mt" ;;
*-hpux*) frags=hpux.mt ;;
alpha*-*-linux-gnulibc1)
frags="linux.mt linuxaxp1.mt mtsafe.mt" ;;