summaryrefslogtreecommitdiff
path: root/Build/source/libs
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs')
-rwxr-xr-xBuild/source/libs/cairo/cairo-1.12.8/build/config.guess8
-rwxr-xr-xBuild/source/libs/cairo/cairo-1.12.8/build/depcomp3
-rwxr-xr-xBuild/source/libs/freetype/freetype-1.5/config.guess8
-rwxr-xr-xBuild/source/libs/freetype2/freetype-2.4.11/builds/unix/config.guess8
-rwxr-xr-xBuild/source/libs/icu/icu-51.1/source/config.guess8
5 files changed, 30 insertions, 5 deletions
diff --git a/Build/source/libs/cairo/cairo-1.12.8/build/config.guess b/Build/source/libs/cairo/cairo-1.12.8/build/config.guess
index 120cc0d239e..b79252d6b10 100755
--- a/Build/source/libs/cairo/cairo-1.12.8/build/config.guess
+++ b/Build/source/libs/cairo/cairo-1.12.8/build/config.guess
@@ -2,7 +2,7 @@
# Attempt to guess a canonical system name.
# Copyright 1992-2013 Free Software Foundation, Inc.
-timestamp='2013-05-16'
+timestamp='2013-06-10'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -995,6 +995,12 @@ EOF
ppc:Linux:*:*)
echo powerpc-unknown-linux-${LIBC}
exit ;;
+ ppc64le:Linux:*:*)
+ echo powerpc64le-unknown-linux-${LIBC}
+ exit ;;
+ ppcle:Linux:*:*)
+ echo powerpcle-unknown-linux-${LIBC}
+ exit ;;
s390:Linux:*:* | s390x:Linux:*:*)
echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
exit ;;
diff --git a/Build/source/libs/cairo/cairo-1.12.8/build/depcomp b/Build/source/libs/cairo/cairo-1.12.8/build/depcomp
index 91d4bf83717..31788017b8f 100755
--- a/Build/source/libs/cairo/cairo-1.12.8/build/depcomp
+++ b/Build/source/libs/cairo/cairo-1.12.8/build/depcomp
@@ -1,7 +1,7 @@
#! /bin/sh
# depcomp - compile a program generating dependencies as side-effects
-scriptversion=2012-10-18.11; # UTC
+scriptversion=2013-05-30.07; # UTC
# Copyright (C) 1999-2013 Free Software Foundation, Inc.
@@ -517,6 +517,7 @@ $ {
G
p
}' >> "$depfile"
+ echo >> "$depfile" # make sure the fragment doesn't end with a backslash
rm -f "$tmpdepfile"
;;
diff --git a/Build/source/libs/freetype/freetype-1.5/config.guess b/Build/source/libs/freetype/freetype-1.5/config.guess
index 120cc0d239e..b79252d6b10 100755
--- a/Build/source/libs/freetype/freetype-1.5/config.guess
+++ b/Build/source/libs/freetype/freetype-1.5/config.guess
@@ -2,7 +2,7 @@
# Attempt to guess a canonical system name.
# Copyright 1992-2013 Free Software Foundation, Inc.
-timestamp='2013-05-16'
+timestamp='2013-06-10'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -995,6 +995,12 @@ EOF
ppc:Linux:*:*)
echo powerpc-unknown-linux-${LIBC}
exit ;;
+ ppc64le:Linux:*:*)
+ echo powerpc64le-unknown-linux-${LIBC}
+ exit ;;
+ ppcle:Linux:*:*)
+ echo powerpcle-unknown-linux-${LIBC}
+ exit ;;
s390:Linux:*:* | s390x:Linux:*:*)
echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
exit ;;
diff --git a/Build/source/libs/freetype2/freetype-2.4.11/builds/unix/config.guess b/Build/source/libs/freetype2/freetype-2.4.11/builds/unix/config.guess
index 120cc0d239e..b79252d6b10 100755
--- a/Build/source/libs/freetype2/freetype-2.4.11/builds/unix/config.guess
+++ b/Build/source/libs/freetype2/freetype-2.4.11/builds/unix/config.guess
@@ -2,7 +2,7 @@
# Attempt to guess a canonical system name.
# Copyright 1992-2013 Free Software Foundation, Inc.
-timestamp='2013-05-16'
+timestamp='2013-06-10'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -995,6 +995,12 @@ EOF
ppc:Linux:*:*)
echo powerpc-unknown-linux-${LIBC}
exit ;;
+ ppc64le:Linux:*:*)
+ echo powerpc64le-unknown-linux-${LIBC}
+ exit ;;
+ ppcle:Linux:*:*)
+ echo powerpcle-unknown-linux-${LIBC}
+ exit ;;
s390:Linux:*:* | s390x:Linux:*:*)
echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
exit ;;
diff --git a/Build/source/libs/icu/icu-51.1/source/config.guess b/Build/source/libs/icu/icu-51.1/source/config.guess
index 120cc0d239e..b79252d6b10 100755
--- a/Build/source/libs/icu/icu-51.1/source/config.guess
+++ b/Build/source/libs/icu/icu-51.1/source/config.guess
@@ -2,7 +2,7 @@
# Attempt to guess a canonical system name.
# Copyright 1992-2013 Free Software Foundation, Inc.
-timestamp='2013-05-16'
+timestamp='2013-06-10'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -995,6 +995,12 @@ EOF
ppc:Linux:*:*)
echo powerpc-unknown-linux-${LIBC}
exit ;;
+ ppc64le:Linux:*:*)
+ echo powerpc64le-unknown-linux-${LIBC}
+ exit ;;
+ ppcle:Linux:*:*)
+ echo powerpcle-unknown-linux-${LIBC}
+ exit ;;
s390:Linux:*:* | s390x:Linux:*:*)
echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
exit ;;