public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 0/2] Remove -fcommon flag
@ 2023-01-13 19:25 Zbigniew Kempczyński
  2023-01-13 19:25 ` [igt-dev] [PATCH i-g-t 1/2] lib/igt_crc: Remove crc32 table from common section Zbigniew Kempczyński
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Zbigniew Kempczyński @ 2023-01-13 19:25 UTC (permalink / raw)
  To: igt-dev

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-01-16 10:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-13 19:25 [igt-dev] [PATCH i-g-t 0/2] Remove -fcommon flag Zbigniew Kempczyński
2023-01-13 19:25 ` [igt-dev] [PATCH i-g-t 1/2] lib/igt_crc: Remove crc32 table from common section Zbigniew Kempczyński
2023-01-16  9:29   ` Petri Latvala
2023-01-13 19:25 ` [igt-dev] [PATCH i-g-t 2/2] meson.build: Remove -fcommon flag Zbigniew Kempczyński
2023-01-16  9:30   ` Petri Latvala
2023-01-16 10:25     ` Zbigniew Kempczyński
2023-01-14  0:17 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2023-01-14  7:46 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox