diff options
author | Koen Kooi <koen@openembedded.org> | 2006-09-26 17:15:28 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-09-26 17:15:28 +0000 |
commit | e59ff539bb91219ac45a972f18c6e33779f77b36 (patch) | |
tree | 7d919dc5b020dcf7e2850e48bbec9637916bb3c0 /conf/machine/include | |
parent | 647f9308f2337d61ad8d761e94f37504e12a9369 (diff) |
tune-athonmp: tune from athlon MP cpus
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/tune-athlonmp.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/include/tune-athlonmp.conf b/conf/machine/include/tune-athlonmp.conf new file mode 100644 index 0000000000..f843f5e6ea --- /dev/null +++ b/conf/machine/include/tune-athlonmp.conf @@ -0,0 +1,3 @@ +TARGET_CC_ARCH = "-march=athlon-mp " +PACKAGE_ARCH = "i686" + |