]> www.infradead.org Git - users/jedix/linux-maple.git/commit
um: remove dependency on undefined CC_CAN_LINK_STATIC_NO_RUNTIME_DEPS
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 24 Sep 2024 11:33:40 +0000 (20:33 +0900)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 10 Oct 2024 10:08:25 +0000 (12:08 +0200)
commit48a858e0819ab9aad37d30cd2efadff928504021
tree4d0918530eb918c98070f59e631e10967e1ceec2
parented236fe4daf770ae10d6146bde0b00c39618a557
um: remove dependency on undefined CC_CAN_LINK_STATIC_NO_RUNTIME_DEPS

CC_CAN_LINK_STATIC_NO_RUNTIME_DEPS is not defined anywhere.

In the submitted patch set [1], the first patch "um/kconfig: introduce
CC_CAN_LINK_STATIC_NO_RUNTIME_DEPS" was not applied.

Only 2/3 and 3/3 were applied, which are now:

 - 730586ff7fad ("um: Allow static linking for non-glibc implementations")
 - 5e1121cd43d4 ("um: Some fixes to build UML with musl")

Given that nobody has noticed the missing first patch for many years,
it seems it was unnecessary.

[1]: https://lore.kernel.org/lkml/20200719210222.2811-1-ignat@cloudflare.com/

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Link: https://patch.msgid.link/20240924113342.32530-1-masahiroy@kernel.org
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
arch/um/Kconfig