[igt-dev] [PATCH i-g-t 0/2] Remove -fcommon flag
Zbigniew Kempczyński
zbigniew.kempczynski at intel.com
Fri Jan 13 19:25:51 UTC 2023
During reviewing Karolina series I realized I've incidentally
put crc32 table to common section instead of properly define it
in .c file and extern.
Since gcc-10 -fcommon is removed and using this flag is deprecated
remove it from the IGTs too.
Zbigniew Kempczyński (2):
lib/igt_crc: Remove crc32 table from common section
meson.build: Remove -fcommon flag
lib/igt_crc.h | 2 +-
meson.build | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
--
2.34.1
More information about the igt-dev
mailing list