OSDN Git Service

* configure.in: Added DG/UX target fragment
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 1 Jun 1999 23:25:17 +0000 (23:25 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 1 Jun 1999 23:25:17 +0000 (23:25 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27294 138bc75d-0d04-0410-961f-82ee72b054a4

libio/ChangeLog
libio/configure.in

index 834f958..a268e56 100644 (file)
@@ -1,6 +1,10 @@
+Wed Jun  2 00:19:53 1999  Eric Raskin (ehr@listworks.com)
+
+       * configure.in: Added DG/UX target fragment
+
 Sun May 30 14:25:02 1999  Eric Raskin (ehr@listworks.com)
 
-       * libio/dgux.mt: New file for DG/UX configuration of libio
+       * config/dgux.mt: New file for DG/UX configuration of libio
 
 1999-05-20  Angela Marie Thomas <angela@cygnus.com>
 
index 9139a1d..fd1bf12 100644 (file)
@@ -60,6 +60,7 @@ case "${target}" in
   *-sco3.2v[45]*)   frags=sco4.mt ;;
   *-isc*)        frags=isc.mt ;;
   *-netware*)    frags=netware.mt ;;
+  *-dgux*)      frags=dgux.mt ;;
   *)             frags=${target_cpu}.mt ;;
 esac