From 5ae1e2c9e881f92901ea66b78c4a5b3f08cd07d2 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 11 Oct 2010 00:26:12 -0400 Subject: mpc8315e-rdb: create machine and tuning configuration 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 --- meta/conf/machine/include/tune-ppce300c2.inc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta/conf/machine/include/tune-ppce300c2.inc (limited to 'meta/conf/machine/include/tune-ppce300c2.inc') diff --git a/meta/conf/machine/include/tune-ppce300c2.inc b/meta/conf/machine/include/tune-ppce300c2.inc new file mode 100644 index 0000000000..067a7b100c --- /dev/null +++ b/meta/conf/machine/include/tune-ppce300c2.inc @@ -0,0 +1,2 @@ +TARGET_CC_ARCH = "-mcpu=e300c2 -msoft-float" +BASE_PACKAGE_ARCH = "ppce300" -- cgit v1.2.3-54-g00ecf