- (dtucker) [configure.ac] Bug #636: Add support for Cray's new X1 machine.
Patch from wendyp at cray.com.
This commit is contained in:
parent
1eb40cf514
commit
9f7ffc5a17
|
@ -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 $
|
||||
|
|
10
configure.ac
10
configure.ac
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue