/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
/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
/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