Home
last modified time | relevance | path

Searched refs:LD_ARGS (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/arch/ppc/boot/chrp/
DMakefile11 LD_ARGS = -T ../ld.script -Ttext 0x00400000 macro
54 $(LD) $(LD_ARGS) -o ../images/$@.chrp $(OBJS) $(LIBS)
63 $(LD) $(LD_ARGS) -o ../images/$@.chrp $(OBJS) $(LIBS)
/linux-2.4.37.9/arch/ppc/boot/prep/
DMakefile24 LD_ARGS = -T ../ld.script -Ttext 0x00800000 -Bstatic macro
51 $(LD) $(LD_ARGS) -o $@ $(obj-y) image.o $(LIBS)
64 $(LD) $(LD_ARGS) -o $@ $(obj-y) image.o $(LIBS)
/linux-2.4.37.9/arch/ppc/boot/simple/
DMakefile94 LD_ARGS = -T ../ld.script -Ttext 0x00800000 -Bstatic macro
96 LD_ARGS := -T ../ld.script -Ttext 0x00180000 -Bstatic macro
99 LD_ARGS := -T ../ld.script -Ttext 0x00400000 -Bstatic macro
134 $(LD) $(LD_ARGS) -o $@ $(obj-y) image.o $(LIBS)
146 $(LD) $(LD_ARGS) -o $@ $(obj-y) image.o $(LIBS)
/linux-2.4.37.9/arch/ppc64/boot/
DMakefile44 LD_ARGS = -Ttext 0x00400000 -e _start macro
118 $(BOOTLD) $(LD_ARGS) -T zImage.lds -o $@ $(OBJS) $(LIBS) \
123 $(BOOTLD) $(LD_ARGS) -T zImage.lds -o $@ $(OBJS) $(LIBS) \