From 079db03ad6aab606cef61f2f4344de7d6a1cccfe Mon Sep 17 00:00:00 2001 From: Helge Deller Date: Tue, 23 Apr 2024 20:39:07 +0200 Subject: 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 --- Makefile.parisc | 1 + 1 file changed, 1 insertion(+) 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 $@" -- cgit v1.1