Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:dirkmueller:acdc:as_python3_module
qemu-linux-user.19805
4002-build-LDFLAGS-pass-pie-flag-explici.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 4002-build-LDFLAGS-pass-pie-flag-explici.patch of Package qemu-linux-user.19805
From: Nicholas Piggin <npiggin@gmail.com> Date: Tue, 18 Jul 2017 20:40:06 +1000 Subject: build: LDFLAGS pass -pie flag explicitly to ld When building with some toolchains, the gcc -pie option does not enable the linker pie without explicitly passing it to ld, resulting in a non-PIE binary that silently fails (due to relocation failure). This was observed with the powerpc64le cross compiler for Debian. Pass -Wl,-pie explicitly, which allows the powerpc64le toolchain to create a position independnet binary that boots. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com> Signed-off-by: Bruce Rogers <brogers@suse.com> --- Makefile.main | 1 + 1 file changed, 1 insertion(+) diff --git a/roms/skiboot/Makefile.main b/roms/skiboot/Makefile.main index 35d16095289c214efe3555cdf747..07e143fd63c4d09007ce891bf2c1 100644 --- a/roms/skiboot/Makefile.main +++ b/roms/skiboot/Makefile.main @@ -85,6 +85,7 @@ CFLAGS += $(call try-cflag,$(CC),-Wjump-misses-init) \ CFLAGS += $(CWARNS) $(OPTS) $(DBG) LDFLAGS := -m64 -static -nostdlib -pie +LDFLAGS += -Wl,-pie LDFLAGS += -Wl,-Ttext-segment,$(LD_TEXT) -Wl,-N -Wl,--build-id=none LDFLAGS += -Wl,--no-multi-toc LDFLAGS += -mbig-endian -Wl,--oformat,elf64-powerpc
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor