summarylogtreecommitdiffstats
path: root/140-nvidia-open-gcc-sls.patch
blob: deda5e87938e515792def905f454600ccf7830fc (plain)
1
2
3
4
5
6
7
8
9
10
--- a/src/nvidia-modeset/Makefile
+++ a/src/nvidia-modeset/Makefile
@@ -166,6 +166,7 @@ ifeq ($(TARGET_ARCH),x86_64)
   CONDITIONAL_CFLAGS += $(call TEST_CC_ARG, -fno-jump-tables)
   CONDITIONAL_CFLAGS += $(call TEST_CC_ARG, -mindirect-branch=thunk-extern)
   CONDITIONAL_CFLAGS += $(call TEST_CC_ARG, -mindirect-branch-register)
+  CONDITIONAL_CFLAGS += $(call TEST_CC_ARG, -mharden-sls=all)
 endif
 
 CFLAGS += $(CONDITIONAL_CFLAGS)