X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=Makefile;h=4262ef93a294f4a8dd18c7a8d810e00444ee8c09;hb=d47ebd684229f0048be5def6027bfcfbfe2db0d6;hp=1b23f95db176c5d85f2811f2203095b617107e4b;hpb=6fb0706ec8c602d736d1af839acbc8fa32bcbcee;p=linux.git diff --git a/Makefile b/Makefile index 1b23f95db176..4262ef93a294 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION = 5 PATCHLEVEL = 3 SUBLEVEL = 0 -EXTRAVERSION = -rc4 +EXTRAVERSION = NAME = Bobtail Squid # *DOCUMENTATION* @@ -913,6 +913,10 @@ ifeq ($(CONFIG_STRIP_ASM_SYMS),y) LDFLAGS_vmlinux += $(call ld-option, -X,) endif +ifeq ($(CONFIG_RELR),y) +LDFLAGS_vmlinux += --pack-dyn-relocs=relr +endif + # insure the checker run with the right endianness CHECKFLAGS += $(if $(CONFIG_CPU_BIG_ENDIAN),-mbig-endian,-mlittle-endian)