X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=Makefile;h=4262ef93a294f4a8dd18c7a8d810e00444ee8c09;hb=d47ebd684229f0048be5def6027bfcfbfe2db0d6;hp=f125625efd6013efa2873b7f72d2bc073bba37a1;hpb=e0f14b8ca3882988d15f0b1b853ae3c29d8c9a83;p=linux.git diff --git a/Makefile b/Makefile index f125625efd60..4262ef93a294 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION = 5 PATCHLEVEL = 3 SUBLEVEL = 0 -EXTRAVERSION = -rc6 +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)