diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-02-25 21:03:47 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-02-26 00:51:34 +0100 |
commit | 3a02b6884cda9739100d974cae0d75276b2b44ed (patch) | |
tree | 79c0358801d8544d4dff31d953119adf86b7391a /configure | |
parent | c242bbd8b6939507a1a6fb64101b0553d92d303f (diff) | |
download | ffmpeg-3a02b6884cda9739100d974cae0d75276b2b44ed.tar.gz |
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-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |