/linux-2.6.39/arch/arm/boot/compressed/ |
D | Makefile | 102 LDFLAGS_vmlinux = --defsym _image_size=$(shell stat -c "%s" $(obj)/../Image) macro 105 LDFLAGS_vmlinux += --defsym zreladdr=$(ZRELADDR) 108 LDFLAGS_vmlinux += --be8 111 LDFLAGS_vmlinux += -p 113 LDFLAGS_vmlinux += --no-undefined 115 LDFLAGS_vmlinux += -X 117 LDFLAGS_vmlinux += -T
|
/linux-2.6.39/arch/unicore32/boot/compressed/ |
D | Makefile | 45 LDFLAGS_vmlinux += -p 47 LDFLAGS_vmlinux += --no-undefined 49 LDFLAGS_vmlinux += -X 51 LDFLAGS_vmlinux += -T
|
/linux-2.6.39/arch/powerpc/ |
D | Makefile | 66 LDFLAGS_vmlinux-yy := -Bstatic 67 LDFLAGS_vmlinux-$(CONFIG_PPC64)$(CONFIG_RELOCATABLE) := -pie 68 LDFLAGS_vmlinux := $(LDFLAGS_vmlinux-yy) macro
|
/linux-2.6.39/arch/xtensa/boot/boot-elf/ |
D | Makefile | 30 $(LD) $(LDFLAGS) $(LDFLAGS_vmlinux) \ 44 $(LD) $(LDFLAGS) $(LDFLAGS_vmlinux) \
|
/linux-2.6.39/arch/sh/ |
D | Makefile | 97 LDFLAGS_vmlinux += -e _stext 102 LDFLAGS_vmlinux += --defsym phys_stext=_stext-$(CONFIG_PAGE_OFFSET) \ 116 LDFLAGS_vmlinux += --defsym 'jiffies=jiffies_64' --oformat $(ld-bfd) 120 LDFLAGS_vmlinux += --defsym 'jiffies=jiffies_64+4' --oformat $(ld-bfd)
|
/linux-2.6.39/arch/score/ |
D | Makefile | 26 LDFLAGS_vmlinux += -G0 -static -nostdlib
|
/linux-2.6.39/arch/mn10300/boot/compressed/ |
D | Makefile | 7 LDFLAGS_vmlinux := -Ttext $(CONFIG_KERNEL_ZIMAGE_BASE_ADDRESS) -e startup_32 macro
|
/linux-2.6.39/arch/sh/boot/romimage/ |
D | Makefile | 15 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(load-y) -e romstart \ macro
|
/linux-2.6.39/arch/h8300/boot/compressed/ |
D | Makefile | 21 LDFLAGS_vmlinux := -Ttext $(IMAGE_OFFSET) -estartup $(obj)/vmlinux.lds macro
|
/linux-2.6.39/arch/m32r/ |
D | Makefile | 12 LDFLAGS_vmlinux := macro
|
/linux-2.6.39/arch/m32r/boot/compressed/ |
D | Makefile | 18 LDFLAGS_vmlinux := -T macro
|
/linux-2.6.39/arch/alpha/ |
D | Makefile | 13 LDFLAGS_vmlinux := -static -N #-relax macro
|
/linux-2.6.39/arch/sh/boot/compressed/ |
D | Makefile | 37 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(IMAGE_OFFSET) -e startup \ macro
|
/linux-2.6.39/arch/sparc/ |
D | Makefile | 39 LDFLAGS_vmlinux = -r macro
|
/linux-2.6.39/arch/avr32/ |
D | Makefile | 17 LDFLAGS_vmlinux += --relax
|
/linux-2.6.39/arch/s390/boot/compressed/ |
D | Makefile | 23 LDFLAGS_vmlinux := --oformat $(LD_BFD) -e startup -T macro
|
/linux-2.6.39/arch/unicore32/ |
D | Makefile | 19 LDFLAGS_vmlinux := -p --no-undefined -X macro
|
/linux-2.6.39/arch/x86/boot/compressed/ |
D | Makefile | 22 LDFLAGS_vmlinux := -T macro
|
/linux-2.6.39/arch/s390/ |
D | Makefile | 91 LDFLAGS_vmlinux := -e start macro
|
/linux-2.6.39/arch/arm/ |
D | Makefile | 13 LDFLAGS_vmlinux :=-p --no-undefined -X macro 15 LDFLAGS_vmlinux += --be8
|
/linux-2.6.39/arch/ia64/ |
D | Makefile | 24 LDFLAGS_vmlinux := -static macro
|
/linux-2.6.39/arch/blackfin/ |
D | Makefile | 12 LDFLAGS_vmlinux := -X macro
|
/linux-2.6.39/arch/x86/ |
D | Makefile | 25 LDFLAGS_vmlinux := --emit-relocs macro
|
/linux-2.6.39/arch/m68k/ |
D | Makefile_mm | 28 LDFLAGS_vmlinux = -N
|
/linux-2.6.39/ |
D | Makefile | 642 LDFLAGS_vmlinux += $(LDFLAGS_BUILD_ID) 645 LDFLAGS_vmlinux += $(call ld-option, -X,) 743 cmd_vmlinux__ ?= $(LD) $(LDFLAGS) $(LDFLAGS_vmlinux) -o $@ \
|