Configure: add linux-ppc64le target.

Submitted by: Marcelo Cerri
This commit is contained in:
Andy Polyakov 2013-11-12 22:36:24 +01:00
parent 2df9ec01d5
commit f1982acc12
3 changed files with 68 additions and 0 deletions

1
config
View file

@ -602,6 +602,7 @@ case "$GUESSOS" in
(echo "__LP64__" | gcc -E -x c - 2>/dev/null | grep "^__LP64__" 2>&1 > /dev/null) || options="$options -m32"
fi
;;
ppc64le-*-linux2) OUT="linux-ppc64le" ;;
ppc-*-linux2) OUT="linux-ppc" ;;
mips64*-*-linux2)
echo "WARNING! If you wish to build 64-bit library, then you have to"