diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2012-10-16 18:21:06 +0000 |
---|---|---|
committer | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2012-10-16 18:24:18 -0400 |
commit | c75848cd4c0961f8cfa9dbbce6c8c12641aa5124 (patch) | |
tree | 2e7d458061e6e1b96575e01f67266e3ffacfa85f /configure | |
parent | a43283b6f4cfbf821d12a94270df8a2199599cc9 (diff) | |
download | ffmpeg-c75848cd4c0961f8cfa9dbbce6c8c12641aa5124.tar.gz |
configure: Add support for Tilera processors
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1077,6 +1077,8 @@ ARCH_LIST=' sh4 sparc sparc64 + tilegx + tilepro tomi x86 x86_32 @@ -2520,6 +2522,9 @@ case "$arch" in arch="sparc" subarch="sparc64" ;; + tilegx|tile-gx) + arch="tilegx" + ;; i[3-6]86|i86pc|BePC|x86pc|x86_64|amd64) arch="x86" ;; |