aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-02-26 13:13:03 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-02-26 13:13:10 +0100
commite907aa98cd27b52283927a8654091c2cd5ff2eeb (patch)
treee53223229277b01e88f70ddaa2f7ccdc4ce4d423
parenta984efd104cc3f4ab7f7209fa1b1bab6a44720db (diff)
parent3a02b6884cda9739100d974cae0d75276b2b44ed (diff)
downloadffmpeg-e907aa98cd27b52283927a8654091c2cd5ff2eeb.tar.gz
Merge remote-tracking branch 'qatar/master'
* qatar/master: configure: icc: Drop nonsense adding of cpuflags to LDFLAGS Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index 61667253e1..f44271511b 100755
--- a/configure
+++ b/configure
@@ -4137,8 +4137,6 @@ if enabled icc; then
# 11030: Warning unknown option --as-needed
# 10156: ignoring option '-export'; no argument required
check_ldflags -wd10156,11030
- # Allow to compile with optimizations
- check_ldflags -march=$cpu
# icc 11.0 and 11.1 work with ebp_available, but don't pass the test
enable ebp_available
if enabled x86_32; then