We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42b2d1b + f554416 commit 33af155Copy full SHA for 33af155
arch/powerpc/kernel/vdso/Makefile
@@ -22,7 +22,7 @@ endif
22
23
ifneq ($(c-getrandom-y),)
24
CFLAGS_vgetrandom-32.o += -include $(c-getrandom-y)
25
- CFLAGS_vgetrandom-64.o += -include $(c-getrandom-y) $(call cc-option, -ffixed-r30)
+ CFLAGS_vgetrandom-64.o += -include $(c-getrandom-y)
26
endif
27
28
# Build rules
0 commit comments