CVSROOT: /cvs
Module name: xenocara
Changes by: [email protected] 2022/02/24 23:23:08
Modified files:
lib/mesa/mk/libEGL: Makefile
lib/mesa/mk/libGL: Makefile
lib/mesa/mk/libgbm: Makefile
lib/mesa/mk/libmesa_util: Makefile
Log message:
build u_printf.cpp with -ffunction-sections -fdata-sections and
link libmesa_util.a users with --gc-sections
avoids unwanted external references in shared libraries:
_ZNKSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE4findEcm
_ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv
_ZdlPv
_Znwm
__gxx_personality_v0
follows what the meson build does
problem reported by sthen@ when building sd2-ttf on i386