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
00358cb9
Commit
00358cb9
authored
Aug 25, 2010
by
Fritz Koenig
Committed by
Code Review
Aug 25, 2010
Browse files
Merge "Allow --cpu= to work for x86."
parents
5c244398
a790906c
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/make/configure.sh
View file @
00358cb9
...
...
@@ -797,11 +797,21 @@ process_common_toolchain() {
add_ldflags
-i-static
enabled x86_64
&&
add_cflags
-ipo
-no-prec-div
-static
-xSSE3
-axSSE3
enabled x86_64
&&
AR
=
xiar
case
${
tune_cpu
}
in
atom
*
)
tune_cflags
=
"-x"
tune_cpu
=
"SSE3_ATOM"
;;
*
)
tune_cflags
=
"-march="
;;
esac
;;
gcc
*
)
add_cflags
-m
${
bits
}
add_ldflags
-m
${
bits
}
link_with_cc
=
gcc
tune_cflags
=
"-march="
setup_gnu_toolchain
;;
esac
...
...
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