Added GMP6 compilations of jbigi for Intel CPUs on linux, built on Intel Haswell.

This commit is contained in:
dev
2015-05-25 21:10:47 +00:00
parent 70c2838421
commit 34d3009439
31 changed files with 2 additions and 2 deletions

View File

@@ -142,7 +142,7 @@ sunos*)
TARGET="${UNIXTYPE}" TARGET="${UNIXTYPE}"
if $(echo "$CFLAGS" | grep -q "\-m64") ; then if $(echo "$CFLAGS" | grep -q "\-m64") ; then
[ -z $SUFFIX ] && SUFFIX="_64" [ -z $SUFFIX ] && SUFFIX="_64"
PLATFORM_LIST="${X86_64_PLATFORMS}" PLATFORM_LIST="${X86_PLATFORMS}"
else else
PLATFORM_LIST="${X86_PLATFORMS}" PLATFORM_LIST="${X86_PLATFORMS}"
fi fi
@@ -294,7 +294,7 @@ fi
# Don't touch this one. # Don't touch this one.
NO_PLATFORM=none NO_PLATFORM=none
for x in $PLATFORM_LIST $NO_PLATFORM for x in $X86_PLATFORMS
do do
( (
if [ ! -d bin/$x ]; then if [ ! -d bin/$x ]; then

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.