diff options
author | Koen Kooi <koen@openembedded.org> | 2008-05-05 07:43:37 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-05-05 07:43:37 +0000 |
commit | be4de7f821a9438b3e7c704f44fe04bf55732af4 (patch) | |
tree | eb9c728d127f2a055216289bba46d40282011962 /conf/machine/htckaiser.conf | |
parent | 8e89cb9e2a406a3f7160b10163b1a500450079a3 (diff) |
various machines: TARGET_FPU is policy, remove it from machines
Diffstat (limited to 'conf/machine/htckaiser.conf')
-rw-r--r-- | conf/machine/htckaiser.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/htckaiser.conf b/conf/machine/htckaiser.conf index ad17bb82bf..f5f6cb5c66 100644 --- a/conf/machine/htckaiser.conf +++ b/conf/machine/htckaiser.conf @@ -11,7 +11,6 @@ GUI_MACHINE_CLASS = "smallscreen" MACHINE_DISPLAY_WIDTH_PIXELS = "240" MACHINE_DISPLAY_HEIGHT_PIXELS = "320" -TARGET_FPU = "soft" TARGET_CC_ARCH = "-march=armv6j -mtune=arm1136jf-s" FEED_ARCH = "armv6" PACKAGE_ARCH = "armv6" |