linux/arch/um
Johannes Berg 386093c68b um: allow not setting extra rpaths in the linux binary
There doesn't seem to be any reason for the rpath being set in
the binaries, at on systems that I tested on. On the other hand,
setting rpath is actually harming binaries in some cases, e.g.
if using nix-based compilation environments where /lib & /lib64
are not part of the actual environment.

Add a new Kconfig option (under EXPERT, for less user confusion)
that allows disabling the rpath additions.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
2021-06-17 21:54:15 +02:00
..
configs um: Cleanup CONFIG_IOSCHED_CFQ 2020-03-29 23:15:22 +02:00
drivers um: virtio/pci: enable suspend/resume 2021-06-17 21:45:44 +02:00
include um: virtio/pci: enable suspend/resume 2021-06-17 21:45:44 +02:00
kernel um: add PCI over virtio emulation driver 2021-06-17 21:45:43 +02:00
os-Linux um: time-travel/signals: fix ndelay() in interrupt 2021-06-17 21:44:52 +02:00
scripts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
.gitignore .gitignore: add SPDX License Identifier 2020-03-25 11:50:48 +01:00
Kconfig um: allow not setting extra rpaths in the linux binary 2021-06-17 21:54:15 +02:00
Kconfig.debug um: Disable CONFIG_GCOV with MODULES 2021-04-15 23:10:33 +02:00
Makefile um: allow not setting extra rpaths in the linux binary 2021-06-17 21:54:15 +02:00
Makefile-os-Linux
Makefile-skas