Commit a1c90320 authored by Anton Blanchard's avatar Anton Blanchard

ppc64: Optimise for 630 by default.

parent 88108e06
...@@ -20,7 +20,7 @@ LDFLAGS_vmlinux = -T arch/ppc64/vmlinux.lds -Bstatic \ ...@@ -20,7 +20,7 @@ LDFLAGS_vmlinux = -T arch/ppc64/vmlinux.lds -Bstatic \
-e $(KERNELLOAD) -Ttext $(KERNELLOAD) -e $(KERNELLOAD) -Ttext $(KERNELLOAD)
CFLAGS := $(CFLAGS) -fsigned-char -msoft-float -pipe \ CFLAGS := $(CFLAGS) -fsigned-char -msoft-float -pipe \
-Wno-uninitialized -mminimal-toc -mtraceback=full \ -Wno-uninitialized -mminimal-toc -mtraceback=full \
-Wa,-mpower4 -finline-limit-2000 -Wa,-mpower4 -finline-limit-2000 -mcpu=630
CPP = $(CC) -E $(CFLAGS) CPP = $(CC) -E $(CFLAGS)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment