Skip to content
Snippets Groups Projects
Commit 21039ce1 authored by John Koleszar's avatar John Koleszar
Browse files

Use -fno-common for mingw

Fixes http://code.google.com/p/webm/issues/detail?id=112

Thanks to Ramiro Polla for the issue/fix.

Change-Id: I7f7b547a4ea3270e183f59280510066cc29a619e
parent 76640f85
No related merge requests found
......@@ -781,6 +781,9 @@ process_common_toolchain() {
soft_enable ssse3
case ${tgt_os} in
win*)
enabled gcc && add_cflags -fno-common
;;
solaris*)
CC=${CC:-${CROSS}gcc}
LD=${LD:-${CROSS}gcc}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment