Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:GA
qemu.20747
build-be-explicit-about-mx86-used-note-n.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File build-be-explicit-about-mx86-used-note-n.patch of Package qemu.20747
From: Bruce Rogers <brogers@suse.com> Date: Thu, 4 Feb 2021 11:06:47 -0700 Subject: build: be explicit about -mx86-used-note=no binutils v2.36 switched the default for the assembler's -mx86-used-note, which caused breakage building seavgabios as follows: ld: section .note.gnu.property LMA [0000000000000000,0000000000000027] overlaps section .text LMA [0000000000000000,0000000000006e87] Fix by explicitly specifying -mx86-used-note=no to assembler in seabios' Makefile (boo#1181775) Signed-off-by: Bruce Rogers <brogers@suse.com> --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/roms/seabios/Makefile b/roms/seabios/Makefile index 74a01853f26458d94d4a4e056b7b..16627562900bbca4b68c6f1df220 100644 --- a/roms/seabios/Makefile +++ b/roms/seabios/Makefile @@ -73,6 +73,7 @@ COMMONCFLAGS += $(call cc-option,$(CC),-fstack-check=no,) COMMONCFLAGS += $(call cc-option,$(CC),-Wno-address-of-packed-member,) COMMONCFLAGS += $(call cc-option,$(CC),-fcf-protection=none,) COMMA := , +COMMONCFLAGS += $(call cc-option,$(CC),-Wa$(COMMA)-mx86-used-note=no,) CFLAGS32FLAT := $(COMMONCFLAGS) -DMODE16=0 -DMODESEGMENT=0 CFLAGSSEG := $(COMMONCFLAGS) -DMODESEGMENT=1 -fno-defer-pop \
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