]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/e500: Set -mcpu flag for 32-bit e500
authorScott Wood <scottwood@freescale.com>
Fri, 16 Aug 2013 00:19:10 +0000 (19:19 -0500)
committerScott Wood <scottwood@freescale.com>
Wed, 21 Aug 2013 01:49:56 +0000 (20:49 -0500)
commit192f10063d374f15106370fada59d31342734a46
treeb19fd7145bdea747d7a3bb657a5a0b10fb3601a1
parent13ede3f029c055e739c3e1bb346e4039da2f2106
powerpc/e500: Set -mcpu flag for 32-bit e500

Unlike 64-bit, we don't currently support multiplatform between e500
and non-e500, so the -mcpu is not configurable at this time.

-msoft-float is specified when testing for -mcpu=8540 because otherwise
some older toolchains will fail with "error: E500 and FPRs not
supported".

Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/Makefile