Răsfoiți Sursa

Enforce nocombreloc

It is needed to avoid ELF reloc (rela) issues and
to find un-merged reloc sections

Signed-off-by: Callum Farmer <gmbr3@opensuse.org>
Callum Farmer 1 an în urmă
părinte
comite
486b1c20c1
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Make.defaults

+ 1 - 1
Make.defaults

@@ -197,7 +197,7 @@ endif
 ARFLAGS := rDv
 ASFLAGS += $(ARCH3264)
 LDFLAGS	+= -nostdlib --warn-common --no-undefined --fatal-warnings \
-	   --build-id=sha1
+	   --build-id=sha1 -z nocombreloc
 
 ifneq ($(ARCH),arm)
 export LIBGCC=$(shell $(CC) $(CFLAGS) $(ARCH3264) -print-libgcc-file-name)