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:
parent
10312cc4d2
commit
22cbd7fb8c
3 changed files with 8 additions and 0 deletions
|
@ -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
1
readline/configure
vendored
|
@ -2542,6 +2542,7 @@ fi
|
|||
|
||||
case "$host_cpu" in
|
||||
*cray*) LOCAL_CFLAGS=-DCRAY ;;
|
||||
*s390*) LOCAL_CFLAGS=-fsigned-char ;;
|
||||
esac
|
||||
|
||||
case "$host_os" in
|
||||
|
|
|
@ -129,6 +129,7 @@ fi
|
|||
|
||||
case "$host_cpu" in
|
||||
*cray*) LOCAL_CFLAGS=-DCRAY ;;
|
||||
*s390*) LOCAL_CFLAGS=-fsigned-char ;;
|
||||
esac
|
||||
|
||||
case "$host_os" in
|
||||
|
|
Loading…
Add table
Reference in a new issue