Changeset ce52c333 in mainline for uspace/srv/fs/exfat/exfat_dentry.h

Timestamp:
2020-07-01T13:19:34Z (4 years ago)
Author:
Jakub Jermář <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
663f445f
Parents:
28a5ebd
Message:

Fix toolchain build with gcc10

At some point, newer GCC changed the defaults from -fcommon to
-fno-common, which results in multiple symbol definition errors
during the build of binutils and gdb. This commit restores the
original behavior by passing -fcommon explicitly in CFLAGS.

(No files)

Note: See TracChangeset for help on using the changeset viewer.