Commit c1e2d19e authored by Anton Blanchard's avatar Anton Blanchard

ppc64: remove -fno-builtin from Makefile and add -mtraceback=full to

enable traceback tables on new gcc
parent 0e080b1a
...@@ -18,7 +18,7 @@ KERNELLOAD =0xc000000000000000 ...@@ -18,7 +18,7 @@ KERNELLOAD =0xc000000000000000
LINKFLAGS = -T arch/ppc64/vmlinux.lds -Bstatic \ LINKFLAGS = -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 -fno-builtin -Wno-uninitialized -mminimal-toc -mtraceback=full
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