[FFmpeg-cvslog] mingw/cygwin: Stop adding -fno-common to gcc CFLAGS

Diego Biurrun git at videolan.org
Tue Oct 9 13:10:48 CEST 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sat Oct  6 00:16:41 2012 +0200| [a75b9a1804769169456306f570b6716d977ebdc5] | committer: Diego Biurrun

mingw/cygwin: Stop adding -fno-common to gcc CFLAGS

This was done to work around toolchain bugs that have long been fixed.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a75b9a1804769169456306f570b6716d977ebdc5
---

 configure |    2 --
 1 file changed, 2 deletions(-)

diff --git a/configure b/configure
index 3e22d83..17f38ec 100755
--- a/configure
+++ b/configure
@@ -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)



More information about the ffmpeg-cvslog mailing list