From: "Zbigniew Kempczyński" <zbigniew.kempczynski@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t 0/2] Remove -fcommon flag
Date: Fri, 13 Jan 2023 20:25:51 +0100 [thread overview]
Message-ID: <20230113192553.89460-1-zbigniew.kempczynski@intel.com> (raw)
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
next reply other threads:[~2023-01-13 19:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-13 19:25 Zbigniew Kempczyński [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230113192553.89460-1-zbigniew.kempczynski@intel.com \
--to=zbigniew.kempczynski@intel.com \
--cc=igt-dev@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox