2001-06-15 Elena Zannoni <ezannoni@redhat.com>
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>
Fri, 15 Jun 2001 23:26:08 +0000 (23:26 +0000)
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>
Fri, 15 Jun 2001 23:26:08 +0000 (23:26 +0000)
       * configure.in: Add -fsigned-char to LOCAL_CFLAGS for Linux
       running on the IBM S/390.
       * configure: Ditto.

readline/ChangeLog.Cygnus
readline/configure
readline/configure.in

index 24bcd5ccd32b599b1f16fa01fe687e930241f9fa..c330a2c56e5bdfbf32f6afd8d194951a37b43e30 100644 (file)
@@ -1,3 +1,9 @@
+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.
+
 2001-01-07  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
 
        * rltty.c (save_tty_chars): Fix compilation-stopping typo.
index ae9bf942bcc29549b012f8298356ff8a38e4c284..8e24e9f9b4058ed506237c1b1880d6e542128dfe 100755 (executable)
@@ -2542,6 +2542,7 @@ fi
 
 case "$host_cpu" in
 *cray*)        LOCAL_CFLAGS=-DCRAY ;;
+*s390*)        LOCAL_CFLAGS=-fsigned-char ;;
 esac
 
 case "$host_os" in
index 780b4df628481072eb64ae637ccffc6591c16234..1ed154e9cf6d98694a53a18ecac4c6b319820515 100644 (file)
@@ -129,6 +129,7 @@ fi
 
 case "$host_cpu" in
 *cray*)        LOCAL_CFLAGS=-DCRAY ;;
+*s390*)        LOCAL_CFLAGS=-fsigned-char ;;
 esac
 
 case "$host_os" in
This page took 0.027637 seconds and 4 git commands to generate.