diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-09-05 17:21:09 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-09-05 17:21:09 +0000 |
commit | 8bf8e78b4800915bd4545792b92736a534cea92f (patch) | |
tree | bd53a567d42b4d9495034a0c40da9f0777f6feac /conf/machine/include | |
parent | d4c9f9259b04169de83f9528026d8921c5127b79 (diff) |
conf/machine/i586-generic.conf: Add pentium optimization for i586-generic machine
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/tune-pentium.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/include/tune-pentium.conf b/conf/machine/include/tune-pentium.conf new file mode 100644 index 0000000000..7b1a517895 --- /dev/null +++ b/conf/machine/include/tune-pentium.conf @@ -0,0 +1,3 @@ +TARGET_CC_ARCH = "-mcpu=pentium" +PACKAGE_ARCH = "i586" + |