aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2024-05-15 15:51:45 +0200
committerHelge Deller <deller@gmx.de>2024-05-15 15:51:45 +0200
commitc291c2fceaa1620f57177766b5fb5a91f475f29a (patch)
tree7f5670e465710c9149e1caad05bd9ea75d51ba5f
parentdc9f8910c5684b2f50b181b271e7dc3218d3ae80 (diff)
downloadseabios-hppa-c291c2fceaa1620f57177766b5fb5a91f475f29a.zip
seabios-hppa-c291c2fceaa1620f57177766b5fb5a91f475f29a.tar.gz
seabios-hppa-c291c2fceaa1620f57177766b5fb5a91f475f29a.tar.bz2
parisc: Remove exec flag from hppa-firmware.img
Remove the executable-flag on the generated firmware file. This is necessary otherwise Fedora rpm builder will check for a build-id in the executable. Reported-by: Cole Robinson <crobinso@redhat.com>
-rw-r--r--Makefile.parisc1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.parisc b/Makefile.parisc
index 5c34eb3..751a347 100644
--- a/Makefile.parisc
+++ b/Makefile.parisc
@@ -170,6 +170,7 @@ $(OUT)hppa-firmware$(BIT_SUFFIX).img: $(OUT)autoconf.h $(OUT)head.o $(OUT)ccode3
$(Q)$(CPP) $(CPPFLAGS) -Isrc -D__ASSEMBLY__ -DBITS=$(BITS) src/parisc/pafirmware.lds.S -o $(OUT)pafirmware.lds
$(Q)$(CC) $(CFLAGS32FLAT) -c src/version.c -o $(OUT)version.o
$(Q)$(LD) -N -T $(OUT)pafirmware.lds $(OUT)head.o $(OUT)version.o -X -o $@ -e startup --as-needed $(OUT)ccode32flat.o $(LIBGCC)
+ $(Q)chmod -x $@
################ Kconfig rules