make things work on s390

This commit is contained in:
Matthias Clasen 2010-01-06 14:19:07 +00:00
parent 14e9ba57bd
commit 2c1af48bc3
2 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,8 @@ esac
# autoconf uses powerpc not ppc
host=`echo $host | sed "s/^ppc/powerpc/"`
# autoconf uses ibm-linux not redhat-linux (s390x)
host=`echo $host | sed "s/^s390\(x\)*-redhat/s390\1-ibm/"`
# We have had problems in the past with build systems
# changing host from i386 to i686 and appending/dropping

View File

@ -18,6 +18,8 @@ esac
# autoconf uses powerpc not ppc
host=`echo $host | sed "s/^ppc/powerpc/"`
# autoconf uses ibm-linux not redhat-linux (s390x)
host=`echo $host | sed "s/^s390\(x\)*-redhat/s390\1-ibm/"`
# We have had problems in the past with build systems
# changing host from i386 to i686 and appending/dropping