From 0dc4fc93d157123faa36cf90948e8d4fd96c82f0 Mon Sep 17 00:00:00 2001 From: Wichert Akkerman Date: Fri, 13 Jul 2001 22:09:05 +0000 Subject: [PATCH] Add S390 to architecture list --- ChangeLog | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fb9a604e..2514dfd9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-07-13 Wichert Akkerman + + * configure.in: add S390 to architecture list + 2001-07-10 John Hughes * TODO, defs.h, io.h, net.c, strace.c, syscall.c, util.c: Merge fixes @@ -30,6 +34,7 @@ * svr4/dummy.h, svr4/syscall.h: now we handle rfork{1,all}, ssisys and rexecve calls. +>>>>>>> 1.119 2001-04-12 Wichert Akkerman * process.c: fix cast for powerpc code diff --git a/configure.in b/configure.in index 1e8d2d8b..dcac0172 100644 --- a/configure.in +++ b/configure.in @@ -76,7 +76,7 @@ AC_MSG_RESULT($arch) # Autoheader trick. Heh, heh. arch_list=' -@@@syms="$syms I386 IA64 M68K SPARC MIPS ALPHA ARM POWERPC HPPA"@@@ +@@@syms="$syms I386 IA64 M68K SPARC MIPS ALPHA ARM POWERPC S390 HPPA"@@@ ' osarch="$opsys" -- 2.40.0