Closed jamesjer closed 4 years ago
GCC has for many years defaulted to -fcommon. The upcoming GCC 10 release will change the default to -fno-common. This commit fixes 4 variables that have multiple definitions in the current sources, leaving each with exactly 1 definition.
Updated for git head.
GCC has for many years defaulted to -fcommon. The upcoming GCC 10 release will change the default to -fno-common. This commit fixes 4 variables that have multiple definitions in the current sources, leaving each with exactly 1 definition.