X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fu-boot.git;a=blobdiff_plain;f=Makefile;h=57cb4b87d930137ca13226afb35bc41baf259f24;hp=ab3453dcebdcc1d8712bfb11787d1f055556a5d9;hb=35a69a3b01298e605025f4758d79f667463c9ee1;hpb=48f58a59737739b0f96ceba9f7873178c6d917bf diff --git a/Makefile b/Makefile index ab3453dceb..57cb4b87d9 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ VERSION = 2018 PATCHLEVEL = 03 SUBLEVEL = -EXTRAVERSION = -rc1 +EXTRAVERSION = -rc3 NAME = # *DOCUMENTATION* @@ -820,7 +820,7 @@ LDFLAGS_u-boot += $(LDFLAGS_FINAL) # Avoid 'Not enough room for program headers' error on binutils 2.28 onwards. LDFLAGS_u-boot += $(call ld-option, --no-dynamic-linker) -ifneq ($(CONFIG_SYS_TEXT_BASE),) +ifeq ($(CONFIG_ARC)$(CONFIG_NIOS2)$(CONFIG_X86)$(CONFIG_XTENSA),) LDFLAGS_u-boot += -Ttext $(CONFIG_SYS_TEXT_BASE) endif