diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-08 08:40:16 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-08 08:40:16 +0000 |
commit | e5295628ff5bfa9bd749bdc6ebe2dce11a599fa7 (patch) | |
tree | 6d3b169490cf64dbf36e25749a974aa7c6e52350 /libio | |
parent | b9fed5072f633210c33f62cdf2b0d7343e55fc04 (diff) | |
download | gcc-e5295628ff5bfa9bd749bdc6ebe2dce11a599fa7.tar.gz |
* configure.in: Add mpeix.mt make fragment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29202 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libio')
-rw-r--r-- | libio/ChangeLog | 4 | ||||
-rw-r--r-- | libio/configure.in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/libio/ChangeLog b/libio/ChangeLog index 3342feb13fa..b91b5030803 100644 --- a/libio/ChangeLog +++ b/libio/ChangeLog @@ -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 diff --git a/libio/configure.in b/libio/configure.in index 36a90bf6d31..0e363b2b4fd 100644 --- a/libio/configure.in +++ b/libio/configure.in @@ -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" ;; |