Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
7630e36f
Commit
7630e36f
authored
Jun 17, 2010
by
Yunqing Wang
Browse files
Add x86_64-linux-icc target to build VP8 with icc
Add a target for icc. Change-Id: Ia1db82373d9c7268848bbb65c9483d408b9d933f
parent
51ae606b
Changes
2
Hide whitespace changes
Inline
Side-by-side
build/make/configure.sh
View file @
7630e36f
...
...
@@ -797,6 +797,8 @@ 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
&&
AR
=
xiar
;;
gcc
*
)
add_cflags
-m
${
bits
}
...
...
configure
View file @
7630e36f
...
...
@@ -109,6 +109,7 @@ all_platforms="${all_platforms} x86-win32-vs7"
all_platforms
=
"
${
all_platforms
}
x86-win32-vs8"
all_platforms
=
"
${
all_platforms
}
x86_64-darwin9-gcc"
all_platforms
=
"
${
all_platforms
}
x86_64-linux-gcc"
all_platforms
=
"
${
all_platforms
}
x86_64-linux-icc"
all_platforms
=
"
${
all_platforms
}
x86_64-solaris-gcc"
all_platforms
=
"
${
all_platforms
}
x86_64-win64-vs8"
all_platforms
=
"
${
all_platforms
}
universal-darwin8-gcc"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment