summaryrefslogtreecommitdiff
path: root/build/make
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2011-03-04 05:59:31 -0800
committerCode Review <code-review@webmproject.org>2011-03-04 05:59:31 -0800
commit77ed11c5065efa80fd4b83de9000d6a169d67765 (patch)
treee5a0634dec1da33f9ce0c9660a3102ec5710fd60 /build/make
parent4a742e5c7987e2a57d5b8432f3be310a5a4eafb4 (diff)
parent06ce0d8830a0a7c738c73cbdd6f98ae38d6f5ec0 (diff)
downloadlibvpx-77ed11c5065efa80fd4b83de9000d6a169d67765.tar
libvpx-77ed11c5065efa80fd4b83de9000d6a169d67765.tar.gz
libvpx-77ed11c5065efa80fd4b83de9000d6a169d67765.tar.bz2
libvpx-77ed11c5065efa80fd4b83de9000d6a169d67765.zip
Merge "change CFLAGS for 64 bit icc builds"
Diffstat (limited to 'build/make')
-rwxr-xr-xbuild/make/configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/make/configure.sh b/build/make/configure.sh
index ac99cf561..d504008a4 100755
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -867,7 +867,7 @@ process_common_toolchain() {
setup_gnu_toolchain
add_cflags -use-msasm -use-asm
add_ldflags -i-static
- enabled x86_64 && add_cflags -ipo -no-prec-div -static -xSSE3 -axSSE3
+ enabled x86_64 && add_cflags -ipo -no-prec-div -static -xSSE2 -axSSE2
enabled x86_64 && AR=xiar
case ${tune_cpu} in
atom*)