make things work on s390
This commit is contained in:
parent
14e9ba57bd
commit
2c1af48bc3
@ -18,6 +18,8 @@ esac
|
|||||||
|
|
||||||
# autoconf uses powerpc not ppc
|
# autoconf uses powerpc not ppc
|
||||||
host=`echo $host | sed "s/^ppc/powerpc/"`
|
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
|
# We have had problems in the past with build systems
|
||||||
# changing host from i386 to i686 and appending/dropping
|
# changing host from i386 to i686 and appending/dropping
|
||||||
|
@ -18,6 +18,8 @@ esac
|
|||||||
|
|
||||||
# autoconf uses powerpc not ppc
|
# autoconf uses powerpc not ppc
|
||||||
host=`echo $host | sed "s/^ppc/powerpc/"`
|
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
|
# We have had problems in the past with build systems
|
||||||
# changing host from i386 to i686 and appending/dropping
|
# changing host from i386 to i686 and appending/dropping
|
||||||
|
Loading…
Reference in New Issue
Block a user