[PATCH v3] powerpc: Update compilation flags with core specific options

2013-07-30 Thread Catalin Udma
/e6500 when using gcc option -mcpu=e5500/e6500. Signed-off-by: Catalin Udma --- changes for v2: - update also KBUILD_AFLAGS with -mcpu and -msoft-float flags changes for v3: - add -msoft-float to KBUILD_AFLAGS one time instead of adding it for each e500 core. arch/powerpc/Makefile

[PATCH v2] powerpc: Update compilation flags with core specific options

2013-07-25 Thread Catalin Udma
/e6500 when using gcc option -mcpu=e5500/e6500. Signed-off-by: Catalin Udma --- changes for v2: - update also KBUILD_AFLAGS with -mcpu and -msoft-float flags arch/powerpc/Makefile | 16 +++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/Makefile b

[PATCH] Update compilation flags with core specific options

2013-07-01 Thread Catalin Udma
/e6500 when using gcc option -mcpu=e5500/e6500. Signed-off-by: Catalin Udma --- arch/powerpc/Makefile | 13 - 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile index 0624909..82808b5 100644 --- a/arch/powerpc/Makefile +++ b