aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2024-04-23 20:39:07 +0200
committerHelge Deller <deller@gmx.de>2024-04-23 20:39:07 +0200
commit079db03ad6aab606cef61f2f4344de7d6a1cccfe (patch)
tree624a2c3c72b2e5a858cceb82762f8f57636d1625
parent40f7bc36f79d4e1a3328c2cf688e26351de0e9b8 (diff)
downloadseabios-hppa-devel-with-sti64bit.zip
seabios-hppa-devel-with-sti64bit.tar.gz
seabios-hppa-devel-with-sti64bit.tar.bz2
parisc: Remove exec flag from hppa-firmware.imgdevel-with-sti64bit
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 cf90258..44e967f 100644
--- a/Makefile.parisc
+++ b/Makefile.parisc
@@ -172,6 +172,7 @@ $(OUT)hppa-firmware$(BIT_SUFFIX).img: $(OUT)autoconf.h $(OUT)head.o $(OUT)ccode3
$(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 $@
$(OUT)sti-rom.bin: $(OUT)hppa-firmware$(BIT_SUFFIX).img
@echo " Building $@"