summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2018-03-21 14:12:04 +0200
committerMartin Storsjo <martin@martin.st>2018-03-23 13:25:35 +0200
commitb08a0b07d4debb232a2b6679c9fd2903dffb9ebe (patch)
tree914b020f603faa11bb826651600b7bed72ee1516 /configure
parent2cc5c8f97c534ff5f1aedddcf5bc3267010e594e (diff)
downloadlibvpx-b08a0b07d4debb232a2b6679c9fd2903dffb9ebe.tar
libvpx-b08a0b07d4debb232a2b6679c9fd2903dffb9ebe.tar.gz
libvpx-b08a0b07d4debb232a2b6679c9fd2903dffb9ebe.tar.bz2
libvpx-b08a0b07d4debb232a2b6679c9fd2903dffb9ebe.zip
configure: Add an armv7-win32-gcc target
This builds for windows on arm, with llvm-mingw. The target triplet is named -gcc since that's how similar existing targets are named, even though it technically runs clang (via frontends named "$CROSS-gcc"). Assemble using $CC -c since there's no standalone assembler available (except perhaps llvm-mc). Change-Id: I2c9a319730afef73f811bad79f488dcdc244ab0d
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 3ebcb2648..80198ae26 100755
--- a/configure
+++ b/configure
@@ -106,6 +106,7 @@ all_platforms="${all_platforms} armv7-darwin-gcc" #neon Cortex-A8
all_platforms="${all_platforms} armv7-linux-rvct" #neon Cortex-A8
all_platforms="${all_platforms} armv7-linux-gcc" #neon Cortex-A8
all_platforms="${all_platforms} armv7-none-rvct" #neon Cortex-A8
+all_platforms="${all_platforms} armv7-win32-gcc"
all_platforms="${all_platforms} armv7-win32-vs11"
all_platforms="${all_platforms} armv7-win32-vs12"
all_platforms="${all_platforms} armv7-win32-vs14"