diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-10-06 00:16:41 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-10-09 11:39:26 +0200 |
commit | a75b9a1804769169456306f570b6716d977ebdc5 (patch) | |
tree | a488d6f8dfa12a6455daa922396d227585bf74c1 | |
parent | f75f4194d1ea4e5a0176b13452345eff87164416 (diff) | |
download | ffmpeg-a75b9a1804769169456306f570b6716d977ebdc5.tar.gz |
mingw/cygwin: Stop adding -fno-common to gcc CFLAGS
This was done to work around toolchain bugs that have long been fixed.
-rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2796,7 +2796,6 @@ case $target_os in dlltool="${cross_prefix}dlltool" ranlib=: enable dos_paths - check_cflags -fno-common add_cppflags -U__STRICT_ANSI__ ;; cygwin*) @@ -2812,7 +2811,6 @@ case $target_os in SHFLAGS='-shared -Wl,--out-implib,$(SUBDIR)lib$(FULLNAME).dll.a' objformat="win32" enable dos_paths - check_cflags -fno-common add_cppflags -U__STRICT_ANSI__ ;; *-dos|freedos|opendos) |