X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fppc64%2FMakefile;h=1b9b9367f230de87122b51956ba8ed94b6d83fa5;hb=3ec04f3d2903fdf6d9849a8633af59b8628164a5;hp=41e89b9c3fda7eb541703499e4398f66ba4c6d8e;hpb=8d40237c730b8be87c1b80a5d96b9c603fefa829;p=linux-2.6.git diff --git a/arch/ppc64/Makefile b/arch/ppc64/Makefile index 41e89b9c3..1b9b9367f 100644 --- a/arch/ppc64/Makefile +++ b/arch/ppc64/Makefile @@ -32,8 +32,9 @@ CHECKFLAGS += -m64 -D__powerpc__ LDFLAGS := -m elf64ppc LDFLAGS_vmlinux := -Bstatic -e $(KERNELLOAD) -Ttext $(KERNELLOAD) -CFLAGS += -msoft-float -pipe -mminimal-toc -mtraceback=none \ - -mcall-aixdesc +CFLAGS += -msoft-float -pipe -mminimal-toc -mtraceback=none + +CFLAGS += $(call cc-option,-mcall-aixdesc) ifeq ($(CONFIG_POWER4_ONLY),y) CFLAGS += $(call cc-option,-mcpu=power4) @@ -58,13 +59,11 @@ bzImage: vmlinux cp vmlinux arch/ppc64/boot/bzImage boottarget-$(CONFIG_PPC_PSERIES) := zImage zImage.initrd zImage.stub -boottarget-$(CONFIG_PPC_MAPLE) := zImage zImage.initrd boottarget-$(CONFIG_PPC_ISERIES) := vmlinux.sminitrd vmlinux.initrd vmlinux.sm $(boottarget-y): vmlinux $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ bootimage-$(CONFIG_PPC_PSERIES) := zImage -bootimage-$(CONFIG_PPC_MAPLE) := zImage bootimage-$(CONFIG_PPC_ISERIES) := vmlinux BOOTIMAGE := $(bootimage-y) install: vmlinux