This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH] DG/UX - libio/configure.in


ChangeLog:

Tue 01 Jun 1999 11:04:10 Eric Raskin (ehr@listworks.com)

	* libio/configure.in: Added DG/UX target fragment


Patch:

--- egcs-19990524-orig/libio/configure.in	Wed May 19 22:28:50 1999
+++ egcs-19990524/libio/configure.in	Tue Jun  1 11:03:00 1999
@@ -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
 
------------------------------------------------------------------------
Eric H. Raskin                            Voice:  914-769-7100 x321
President, CSC Division                   Fax:    914-769-8070
The Listworks Corp.                       E-Mail: ehr@listworks.com
1 Campus Drive
Pleasantville, NY 10570


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]