Skip to content

Commit 33af155

Browse files
committed
Automatic merge of 'fixes' into merge (2024-09-28 22:36)
2 parents 42b2d1b + f554416 commit 33af155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/powerpc/kernel/vdso/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ endif
2222

2323
ifneq ($(c-getrandom-y),)
2424
CFLAGS_vgetrandom-32.o += -include $(c-getrandom-y)
25-
CFLAGS_vgetrandom-64.o += -include $(c-getrandom-y) $(call cc-option, -ffixed-r30)
25+
CFLAGS_vgetrandom-64.o += -include $(c-getrandom-y)
2626
endif
2727

2828
# Build rules

0 commit comments

Comments
 (0)