diff options
author | Koen Kooi <koen@openembedded.org> | 2009-11-20 08:59:33 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-20 08:59:33 +0100 |
commit | e7e587f6e5252fa2b8ba9f794eb13b13bd318a20 (patch) | |
tree | 87ef55175a0067527b8929f06c42f62e78ad0074 /conf/machine/include/tune-atom.inc | |
parent | 4bdcd55396eb766ab8df692abe52992329918a9a (diff) | |
parent | e86672acc562feba595bb8c31a33cdfed6410fe0 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'conf/machine/include/tune-atom.inc')
-rw-r--r-- | conf/machine/include/tune-atom.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/machine/include/tune-atom.inc b/conf/machine/include/tune-atom.inc new file mode 100644 index 0000000000..b1f6453526 --- /dev/null +++ b/conf/machine/include/tune-atom.inc @@ -0,0 +1,8 @@ +# GCC 4.3.0- (see Poky) +# TARGET_CC_ARCH = "-march=i586" +# +# GCC 4.3.1+ (see Gentoo) +#TARGET_CC_ARCH = "-march=core2" + +# GCC 4.4.2+ (see Fedora 12) +TARGET_CC_ARCH = "-march=i686 -mtune=atom" |