You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, log.h is creating global variables that are defined in multiple objects. This causes build failures in gcc-10 during linking time if the linked objects define the same global variables.
Currently, log.h is creating global variables that are defined in multiple objects. This causes build failures in gcc-10 during linking time if the linked objects define the same global variables.
See https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common for more info on this change.
The text was updated successfully, but these errors were encountered: