commit | 847f56b0cc2fe431a1272eb586e316ba2c02c55f | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Thu Aug 15 19:19:10 2013 -0500 |
committer | Scott Wood <scottwood@freescale.com> | Tue Aug 20 20:49:56 2013 -0500 |
tree | b19fd7145bdea747d7a3bb657a5a0b10fb3601a1 | |
parent | 01718ba6ec30013c7d47084876b9c16471b291af [diff] |
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>