From 303cbeeea22248d7d3c635921fe9929106c60150 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 8 Aug 2007 12:37:40 +0000 Subject: conf/machine/include: Rename to .conf to .inc files git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2388 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/conf/machine/include/tune-ep9312.inc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 meta/conf/machine/include/tune-ep9312.inc (limited to 'meta/conf/machine/include/tune-ep9312.inc') diff --git a/meta/conf/machine/include/tune-ep9312.inc b/meta/conf/machine/include/tune-ep9312.inc new file mode 100644 index 0000000000..0982cf2a13 --- /dev/null +++ b/meta/conf/machine/include/tune-ep9312.inc @@ -0,0 +1,6 @@ +TARGET_CC_ARCH = "-march=ep9312 -mtune=ep9312 -mcpu=ep9312" +# add "-mfp=maverick" for newer gcc versions > 4.0 + +#set arch to ep9312 for all generated packages +PACKAGE_ARCH = "ep9312" + -- cgit v1.2.3-54-g00ecf