diff options
| author | Enric Balletbo i Serra <eballetbo@gmail.com> | 2010-06-12 18:12:10 +0200 |
|---|---|---|
| committer | Joshua Lock <josh@linux.intel.com> | 2010-07-05 15:49:32 +0100 |
| commit | 912e9d234e47aa1e8b2c6f191d69784fbaf11d15 (patch) | |
| tree | 1d2c4927f3156debb39d11852c550516d75818aa | |
| parent | d4a6c9ef8ba549a091dffc4dce627a11a6e039f1 (diff) | |
| download | poky-912e9d234e47aa1e8b2c6f191d69784fbaf11d15.tar.gz | |
igep0020: set default TARGET_FPU to 'hard'.
Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com>
| -rw-r--r-- | meta/conf/machine/igep0020.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/machine/igep0020.conf b/meta/conf/machine/igep0020.conf index aa7afb7df7..468c7a31d5 100644 --- a/meta/conf/machine/igep0020.conf +++ b/meta/conf/machine/igep0020.conf | |||
| @@ -4,6 +4,9 @@ | |||
| 4 | TARGET_ARCH = "arm" | 4 | TARGET_ARCH = "arm" |
| 5 | PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6 armv7 armv7a" | 5 | PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6 armv7 armv7a" |
| 6 | 6 | ||
| 7 | # Floating point option | ||
| 8 | TARGET_FPU_arm = "hard" | ||
| 9 | |||
| 7 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xf86-lite" | 10 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xf86-lite" |
| 8 | XSERVER = "xserver-xf86-lite \ | 11 | XSERVER = "xserver-xf86-lite \ |
| 9 | xf86-input-evdev \ | 12 | xf86-input-evdev \ |
