Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-02-26 00:03:47 +0400
committerDiego Biurrun <diego@biurrun.de>2013-02-26 03:51:34 +0400
commit3a02b6884cda9739100d974cae0d75276b2b44ed (patch)
tree79c0358801d8544d4dff31d953119adf86b7391a /configure
parentc242bbd8b6939507a1a6fb64101b0553d92d303f (diff)
configure: icc: Drop nonsense adding of cpuflags to LDFLAGS
This fixes many icc warnings when not setting the CPU type.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index df1a01c20a..1aae93b3d2 100755
--- a/configure
+++ b/configure
@@ -3716,8 +3716,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