Home
last modified time | relevance | path

Searched refs:LDFLAGS_vmlinux (Results 1 – 25 of 27) sorted by relevance

12

/linux-2.6.39/arch/arm/boot/compressed/
DMakefile102 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/
DMakefile45 LDFLAGS_vmlinux += -p
47 LDFLAGS_vmlinux += --no-undefined
49 LDFLAGS_vmlinux += -X
51 LDFLAGS_vmlinux += -T
/linux-2.6.39/arch/powerpc/
DMakefile66 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/
DMakefile30 $(LD) $(LDFLAGS) $(LDFLAGS_vmlinux) \
44 $(LD) $(LDFLAGS) $(LDFLAGS_vmlinux) \
/linux-2.6.39/arch/sh/
DMakefile97 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/
DMakefile26 LDFLAGS_vmlinux += -G0 -static -nostdlib
/linux-2.6.39/arch/mn10300/boot/compressed/
DMakefile7 LDFLAGS_vmlinux := -Ttext $(CONFIG_KERNEL_ZIMAGE_BASE_ADDRESS) -e startup_32 macro
/linux-2.6.39/arch/sh/boot/romimage/
DMakefile15 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(load-y) -e romstart \ macro
/linux-2.6.39/arch/h8300/boot/compressed/
DMakefile21 LDFLAGS_vmlinux := -Ttext $(IMAGE_OFFSET) -estartup $(obj)/vmlinux.lds macro
/linux-2.6.39/arch/m32r/
DMakefile12 LDFLAGS_vmlinux := macro
/linux-2.6.39/arch/m32r/boot/compressed/
DMakefile18 LDFLAGS_vmlinux := -T macro
/linux-2.6.39/arch/alpha/
DMakefile13 LDFLAGS_vmlinux := -static -N #-relax macro
/linux-2.6.39/arch/sh/boot/compressed/
DMakefile37 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(IMAGE_OFFSET) -e startup \ macro
/linux-2.6.39/arch/sparc/
DMakefile39 LDFLAGS_vmlinux = -r macro
/linux-2.6.39/arch/avr32/
DMakefile17 LDFLAGS_vmlinux += --relax
/linux-2.6.39/arch/s390/boot/compressed/
DMakefile23 LDFLAGS_vmlinux := --oformat $(LD_BFD) -e startup -T macro
/linux-2.6.39/arch/unicore32/
DMakefile19 LDFLAGS_vmlinux := -p --no-undefined -X macro
/linux-2.6.39/arch/x86/boot/compressed/
DMakefile22 LDFLAGS_vmlinux := -T macro
/linux-2.6.39/arch/s390/
DMakefile91 LDFLAGS_vmlinux := -e start macro
/linux-2.6.39/arch/arm/
DMakefile13 LDFLAGS_vmlinux :=-p --no-undefined -X macro
15 LDFLAGS_vmlinux += --be8
/linux-2.6.39/arch/ia64/
DMakefile24 LDFLAGS_vmlinux := -static macro
/linux-2.6.39/arch/blackfin/
DMakefile12 LDFLAGS_vmlinux := -X macro
/linux-2.6.39/arch/x86/
DMakefile25 LDFLAGS_vmlinux := --emit-relocs macro
/linux-2.6.39/arch/m68k/
DMakefile_mm28 LDFLAGS_vmlinux = -N
/linux-2.6.39/
DMakefile642 LDFLAGS_vmlinux += $(LDFLAGS_BUILD_ID)
645 LDFLAGS_vmlinux += $(call ld-option, -X,)
743 cmd_vmlinux__ ?= $(LD) $(LDFLAGS) $(LDFLAGS_vmlinux) -o $@ \

12