comparison src/mesa-1-fixes.patch @ 4489:d50a2adc8d75

mesa: don't force static libstdc++ or libgcc.
author John W. Eaton <jwe@octave.org>
date Thu, 05 Oct 2017 08:57:15 -0400
parents
children a50783d698b2
comparison
equal deleted inserted replaced
4488:8f9bee27223f 4489:d50a2adc8d75
1 diff -uNr a/scons/gallium.py b/scons/gallium.py
2 --- a/scons/gallium.py 2017-09-17 19:03:22.000000000 -0400
3 +++ b/scons/gallium.py 2017-10-04 19:24:29.499373623 -0400
4 @@ -580,9 +580,6 @@
5 '-Wl,--dynamicbase', # ASLR
6 ]
7 # Avoid depending on gcc runtime DLLs
8 - linkflags += ['-static-libgcc']
9 - if 'w64' in env['CC'].split('-'):
10 - linkflags += ['-static-libstdc++']
11 # Handle the @xx symbol munging of DLL exports
12 shlinkflags += ['-Wl,--enable-stdcall-fixup']
13 #shlinkflags += ['-Wl,--kill-at']