virtualx-engine/platform/x11
Rémi Verschelde 8372a404bb X11: Link libgcc statically with use_static_cpp option
We were already linking libstdc++ statically for official binaries,
protecting us against most portability issues. But apparently since
we started using GCC 7 for official builds, we also need to link
libgcc statically for at least 32-bit builds to be portable.

Fixes #16409.

(cherry picked from commit b526088ae2)
2018-02-19 22:33:29 +01:00
..
export Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
context_gl_x11.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
context_gl_x11.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
crash_handler_x11.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
crash_handler_x11.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
detect.py X11: Link libgcc statically with use_static_cpp option 2018-02-19 22:33:29 +01:00
godot_x11.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
joypad_linux.cpp Update copyright statements to 2018 2018-01-01 14:40:47 +01:00
joypad_linux.h Update copyright statements to 2018 2018-01-01 14:40:47 +01:00
key_mapping_x11.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
key_mapping_x11.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
logo.png Fixed iCCp chunk in pngs 2016-06-22 21:13:29 +02:00
os_x11.cpp [X11] Improving error detection in move_to_trash 2018-02-19 22:20:06 +01:00
os_x11.h Added OS::center_window to center the window precisely on desktop platforms 2018-02-19 22:14:05 +01:00
platform_config.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
power_x11.cpp Update copyright statements to 2018 2018-01-01 14:40:47 +01:00
power_x11.h Update copyright statements to 2018 2018-01-01 14:40:47 +01:00
SCsub PEP3101 applied with changing old type string formatting as new ones 2018-02-19 22:25:41 +01:00