mirror of
https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
synced 2024-11-14 22:43:44 +08:00
build: Drop define not picked by meson
For almost 13 years, since commit 769becb5db
("tools: kmod: Add
handling of compat modinfo") we have a non-spoken joke in the build
system showing "-DANOTHER_BRICK_IN_THE -Wall" in honour of the famous
Pink Floyd song.
With configure flags now being sorted, I'm looking at the logs and
seeing: "-DANOTHER_BRICK_IN_THE -fdata-sections". That makes no sense.
Also the new meson build system did not join the joke. Not fun. Let's
drop it and let this commit serve as recognition of what it was.
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/226
This commit is contained in:
parent
8ba2e200cd
commit
01c8b02c5a
@ -257,7 +257,6 @@ PKG_NOARCH_INSTALLDIR
|
||||
|
||||
CC_CHECK_FLAGS_APPEND(with_cflags, [CFLAGS], [\
|
||||
-pipe \
|
||||
-DANOTHER_BRICK_IN_THE \
|
||||
-fdata-sections \
|
||||
-fdiagnostics-show-option \
|
||||
-ffunction-sections \
|
||||
|
Loading…
Reference in New Issue
Block a user