diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-12-25 12:05:59 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-12-25 12:13:32 -0800 |
commit | 43e9523bacaac2ce3cb5b385ccd7bd3d9b505c7e (patch) | |
tree | 284259121699d3e2af62892b13faf76d1a41a67e /conf/machine/include | |
parent | c2b7702d52fd6f62f34e58dc2e806b44b8fb976b (diff) |
Revert "conf/machine: Add x86_64 machine."
This reverts commit c2b7702d52fd6f62f34e58dc2e806b44b8fb976b.
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/tune-x86_64.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/conf/machine/include/tune-x86_64.inc b/conf/machine/include/tune-x86_64.inc deleted file mode 100644 index db2a560a70..0000000000 --- a/conf/machine/include/tune-x86_64.inc +++ /dev/null @@ -1,4 +0,0 @@ -TARGET_CC_ARCH = "-mtune=generic" -BASE_PACKAGE_ARCH = "x86_64" -FEED_ARCH = "x86_64" -PACKAGE_EXTRA_ARCHS += "x86 i386 i486 i586 i686" |