This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


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

Re: s390 readline; Was: New gdb 31 & 64 bit patches for S/390



I just committed this, including a coreresponding change to configure.

2001-06-15  Elena Zannoni  <ezannoni@redhat.com>

       * configure.in: Add -fsigned-char to LOCAL_CFLAGS for Linux
       running on the IBM S/390.
       * configure: Ditto.

Index: configure
===================================================================
RCS file: /cvs/src/src/readline/configure,v
retrieving revision 1.3
diff -u -p -r1.3 configure
--- configure   2000/07/09 17:19:56     1.3
+++ configure   2001/06/15 23:24:03
@@ -2542,6 +2542,7 @@ fi
 
 case "$host_cpu" in
 *cray*)        LOCAL_CFLAGS=-DCRAY ;;
+*s390*)        LOCAL_CFLAGS=-fsigned-char ;;
 esac
 
 case "$host_os" in
Index: configure.in
===================================================================
RCS file: /cvs/src/src/readline/configure.in,v
retrieving revision 1.3
diff -u -p -r1.3 configure.in
--- configure.in        2000/07/09 17:19:56     1.3
+++ configure.in        2001/06/15 23:24:03
@@ -129,6 +129,7 @@ fi
 
 case "$host_cpu" in
 *cray*)        LOCAL_CFLAGS=-DCRAY ;;
+*s390*)        LOCAL_CFLAGS=-fsigned-char ;;
 esac
 
 case "$host_os" in


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