mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
BUGID: 423 Introduce the basic mpc8315e BSP. By default this BSP uses the basic 603 tuning and soft-float. There are issues with the e300 tuning and eglibc, and the compiler. Subsequent commits will further tune this BSP. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
3 lines
75 B
HTML
3 lines
75 B
HTML
TARGET_CC_ARCH = "-mcpu=e300c2 -msoft-float"
|
|
BASE_PACKAGE_ARCH = "ppce300"
|