From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Elena Zannoni Cc: DJBARROW@de.ibm.com, gdb-patches@sourceware.cygnus.com, schwidefsky@de.ibm.com, ARENZ@de.ibm.com Subject: s390 readline; Was: New gdb 31 & 64 bit patches for S/390 Date: Fri, 15 Jun 2001 08:15:00 -0000 Message-id: <3B2A2576.8070205@cygnus.com> References: X-SW-Source: 2001-06/msg00292.html Elena, I found this in the s390 patches for GDB. Given it was CC'd to bash_maintainers I guess it, or an equivalent, was merged into the the latest readline. I couldn't find the ChangeLog entry, can you make one up? Andrew --- src.orig/readline/configure.in Sun Jul 9 19:19:56 2000 +++ src.new/readline/configure.in Mon Feb 26 17:58:04 2001 @@ -129,6 +129,7 @@ case "$host_cpu" in *cray*) LOCAL_CFLAGS=-DCRAY ;; +*s390*) LOCAL_CFLAGS=-fsigned-char ;; esac case "$host_os" in