- (dtucker) [configure.ac] Bug #636: Add support for Cray's new X1 machine.

Patch from wendyp at cray.com.
This commit is contained in:
Darren Tucker 2003-09-10 11:39:05 +10:00
parent 1eb40cf514
commit 9f7ffc5a17
2 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,7 @@
20030910
- (dtucker) [configure.ac] Bug #636: Add support for Cray's new X1 machine.
Patch from wendyp at cray.com.
20030909
- (tim) [regress/Makefile] Fixes for building outside of a read-only
source tree.
@ -1052,4 +1056,4 @@
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
$Id: ChangeLog,v 1.2975 2003/09/09 15:35:20 tim Exp $
$Id: ChangeLog,v 1.2976 2003/09/10 01:39:05 dtucker Exp $

View File

@ -1,4 +1,4 @@
# $Id: configure.ac,v 1.147 2003/09/08 21:35:17 tim Exp $
# $Id: configure.ac,v 1.148 2003/09/10 01:39:05 dtucker Exp $
AC_INIT
AC_CONFIG_SRCDIR([ssh.c])
@ -341,6 +341,14 @@ mips-sony-bsd|mips-sony-newsos4)
LIBS="$LIBS -lgen -lrsc -lshare -luex -lacm"
MANTYPE=cat
;;
*-*-unicosmp*)
AC_DEFINE(WITH_ABBREV_NO_TTY)
AC_DEFINE(USE_PIPES)
AC_DEFINE(DISABLE_FD_PASSING)
LDFLAGS="$LDFLAGS"
LIBS="$LIBS -lgen -lacid"
MANTYPE=cat
;;
*-*-unicos*)
AC_DEFINE(USE_PIPES)
AC_DEFINE(DISABLE_FD_PASSING)