diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-12-17 12:05:25 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-12-25 11:54:17 -0800 |
commit | c2b7702d52fd6f62f34e58dc2e806b44b8fb976b (patch) | |
tree | 06898bb65f464586c454522146828d3c13beffe4 /conf/machine/include | |
parent | 7e15a70457ea2f1327162d0a3050c7e6eb95975c (diff) |
conf/machine: Add x86_64 machine.
* This is not supporting multilib
* Only 64-bit userspace can be built.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/tune-x86_64.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/include/tune-x86_64.inc b/conf/machine/include/tune-x86_64.inc new file mode 100644 index 0000000000..db2a560a70 --- /dev/null +++ b/conf/machine/include/tune-x86_64.inc @@ -0,0 +1,4 @@ +TARGET_CC_ARCH = "-mtune=generic" +BASE_PACKAGE_ARCH = "x86_64" +FEED_ARCH = "x86_64" +PACKAGE_EXTRA_ARCHS += "x86 i386 i486 i586 i686" |