summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-10-17 15:53:42 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-10-17 15:53:42 +0200
commit775d41b617f0758b0869c7f7edfc947ff393e734 (patch)
tree0f826cdfda75bc189bed163cce598bf6b5f148d9 /configure
parent940ee636301aa73a38e5b3fa025f43901008538b (diff)
parentc75848cd4c0961f8cfa9dbbce6c8c12641aa5124 (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: configure: Add support for Tilera processors wavdec: check size before reading the data, not after. Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index a1cc82d5b0..0a63aaf54a 100755
--- a/configure
+++ b/configure
@@ -1211,6 +1211,8 @@ ARCH_LIST='
sh4
sparc
sparc64
+ tilegx
+ tilepro
tomi
x86
x86_32
@@ -2796,6 +2798,9 @@ case "$arch" in
arch="sparc"
subarch="sparc64"
;;
+ tilegx|tile-gx)
+ arch="tilegx"
+ ;;
i[3-6]86|i86pc|BePC|x86pc|x86_64|x86_32|amd64)
arch="x86"
;;