diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-26 21:02:01 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-26 21:02:01 +0100 |
commit | e12c85557a906d06f7896f7c2e61298489a5f2a8 (patch) | |
tree | dd87d66bd637d644c45f19c825d62b7908bcedd7 /conf/machine/include/tune-i486sx.inc | |
parent | 6187b28e832185ea398ccda9120f176e14ea2740 (diff) |
vortex86sx: start machine file for vortex86sx
* glibc builds, needs kernel config
Diffstat (limited to 'conf/machine/include/tune-i486sx.inc')
-rw-r--r-- | conf/machine/include/tune-i486sx.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/machine/include/tune-i486sx.inc b/conf/machine/include/tune-i486sx.inc new file mode 100644 index 0000000000..bd8025924a --- /dev/null +++ b/conf/machine/include/tune-i486sx.inc @@ -0,0 +1,9 @@ +TARGET_ARCH = "i486" +TARGET_CC_ARCH = "-march=i486" +PACKAGE_EXTRA_ARCHS = "486sx" +BASE_PACKAGE_ARCH = "486sx" +FEED_ARCH = "${BASE_PACKAGE_ARCH}" + +# gcc doesn't understand softfloat: +# "This target does not support --with-float" + |