[make][compiler] add -fno-common

This removes the COMMON section merging logic, which actually uncovered
a few duplicately declared symbols across compilation units.
This commit is contained in:
Travis Geiselbrecht
2016-11-17 14:44:21 -08:00
parent 61d06e19fc
commit 1332d188cb
3 changed files with 3 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ enum page_table_levels {
#if ARCH_X86_64
PML4_L
#endif
} page_level;
};
struct map_range {