···163163 "--enable-threads=win32"
164164 "--enable-sjlj-exceptions"
165165 "--enable-hash-synchronization"
166166- "--disable-libssp"
166166+ "--enable-libssp"
167167 "--disable-nls"
168168 "--with-dwarf2"
169169- # I think noone uses shared gcc libs in mingw, so we better do the same.
170170- # In any case, mingw32 g++ linking is broken by default with shared libs,
171171- # unless adding "-lsupc++" to any linking command. I don't know why.
172172- "--disable-shared"
173169 # To keep ABI compatibility with upstream mingw-w64
174170 "--enable-fully-dynamic-string"
175171 ] else
+1-5
pkgs/development/compilers/gcc/4.9/default.nix
···154154 "--enable-threads=win32"
155155 "--enable-sjlj-exceptions"
156156 "--enable-hash-synchronization"
157157- "--disable-libssp"
157157+ "--enable-libssp"
158158 "--disable-nls"
159159 "--with-dwarf2"
160160- # I think noone uses shared gcc libs in mingw, so we better do the same.
161161- # In any case, mingw32 g++ linking is broken by default with shared libs,
162162- # unless adding "-lsupc++" to any linking command. I don't know why.
163163- "--disable-shared"
164160 # To keep ABI compatibility with upstream mingw-w64
165161 "--enable-fully-dynamic-string"
166162 ] else
+1-5
pkgs/development/compilers/gcc/5/default.nix
···157157 "--enable-threads=win32"
158158 "--enable-sjlj-exceptions"
159159 "--enable-hash-synchronization"
160160- "--disable-libssp"
160160+ "--enable-libssp"
161161 "--disable-nls"
162162 "--with-dwarf2"
163163- # I think noone uses shared gcc libs in mingw, so we better do the same.
164164- # In any case, mingw32 g++ linking is broken by default with shared libs,
165165- # unless adding "-lsupc++" to any linking command. I don't know why.
166166- "--disable-shared"
167163 # To keep ABI compatibility with upstream mingw-w64
168164 "--enable-fully-dynamic-string"
169165 ] else
+1-5
pkgs/development/compilers/gcc/6/default.nix
···155155 "--enable-threads=win32"
156156 "--enable-sjlj-exceptions"
157157 "--enable-hash-synchronization"
158158- "--disable-libssp"
158158+ "--enable-libssp"
159159 "--disable-nls"
160160 "--with-dwarf2"
161161- # I think noone uses shared gcc libs in mingw, so we better do the same.
162162- # In any case, mingw32 g++ linking is broken by default with shared libs,
163163- # unless adding "-lsupc++" to any linking command. I don't know why.
164164- "--disable-shared"
165161 # To keep ABI compatibility with upstream mingw-w64
166162 "--enable-fully-dynamic-string"
167163 ] else
+1-5
pkgs/development/compilers/gcc/7/default.nix
···153153 "--enable-threads=win32"
154154 "--enable-sjlj-exceptions"
155155 "--enable-hash-synchronization"
156156- "--disable-libssp"
156156+ "--enable-libssp"
157157 "--disable-nls"
158158 "--with-dwarf2"
159159- # I think noone uses shared gcc libs in mingw, so we better do the same.
160160- # In any case, mingw32 g++ linking is broken by default with shared libs,
161161- # unless adding "-lsupc++" to any linking command. I don't know why.
162162- "--disable-shared"
163159 # To keep ABI compatibility with upstream mingw-w64
164160 "--enable-fully-dynamic-string"
165161 ] else
···153153 "--enable-threads=win32"
154154 "--enable-sjlj-exceptions"
155155 "--enable-hash-synchronization"
156156- "--disable-libssp"
156156+ "--enable-libssp"
157157 "--disable-nls"
158158 "--with-dwarf2"
159159- # I think noone uses shared gcc libs in mingw, so we better do the same.
160160- # In any case, mingw32 g++ linking is broken by default with shared libs,
161161- # unless adding "-lsupc++" to any linking command. I don't know why.
162162- "--disable-shared"
163159 # To keep ABI compatibility with upstream mingw-w64
164160 "--enable-fully-dynamic-string"
165161 ] else