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.
This commit is contained in:
Elena Zannoni 2001-06-15 23:26:08 +00:00
parent 10312cc4d2
commit 22cbd7fb8c
3 changed files with 8 additions and 0 deletions

View 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.

1
readline/configure vendored
View file

@ -2542,6 +2542,7 @@ fi
case "$host_cpu" in
*cray*) LOCAL_CFLAGS=-DCRAY ;;
*s390*) LOCAL_CFLAGS=-fsigned-char ;;
esac
case "$host_os" in

View file

@ -129,6 +129,7 @@ fi
case "$host_cpu" in
*cray*) LOCAL_CFLAGS=-DCRAY ;;
*s390*) LOCAL_CFLAGS=-fsigned-char ;;
esac
case "$host_os" in