diff options
author | Richard Purdie <richard@openedhand.com> | 2007-08-08 12:37:40 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-08-08 12:37:40 +0000 |
commit | 303cbeeea22248d7d3c635921fe9929106c60150 (patch) | |
tree | 1121616b24e3bfd33cfca6dad1cff4334bfaefaf /meta/conf/machine/include/tune-arm920t.inc | |
parent | aad3939717a8d568c3744926a27790401b6853e5 (diff) | |
download | poky-303cbeeea22248d7d3c635921fe9929106c60150.tar.gz |
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
Diffstat (limited to 'meta/conf/machine/include/tune-arm920t.inc')
-rw-r--r-- | meta/conf/machine/include/tune-arm920t.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/machine/include/tune-arm920t.inc b/meta/conf/machine/include/tune-arm920t.inc new file mode 100644 index 0000000000..373bf46727 --- /dev/null +++ b/meta/conf/machine/include/tune-arm920t.inc | |||
@@ -0,0 +1,3 @@ | |||
1 | PACKAGE_ARCH = "armv4t" | ||
2 | TARGET_CC_ARCH = "-march=armv4t -mtune=arm920t" | ||
3 | |||