diff options
author | Chris Larson <clarson@kergoth.com> | 2004-07-24 19:55:33 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-07-24 19:55:33 +0000 |
commit | abe619ce54bd4d10a29f13da1bc890345a74087d (patch) | |
tree | 3c2d8dc6e3a5881b3daaa3dd72277e022dc861fe /conf | |
parent | 3c1ef4c761fc9d2360a1a65833acacc67024856e (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into linux.local:/home/kergoth/code/packages
2004/07/24 15:55:24-04:00 local!kergoth
Add TARGET_FPU option, to allow us to more easily enable soft float
operation in our toolchains (set it to 'soft').
BKrev: 4102beb5HkyvZVLBWeqFY5dHqDaRdQ
Diffstat (limited to 'conf')
-rw-r--r-- | conf/ramses.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/ramses.conf b/conf/ramses.conf index 28661750e7..2e7aebb3f8 100644 --- a/conf/ramses.conf +++ b/conf/ramses.conf @@ -2,7 +2,8 @@ #@NAME: M&N MNCI-RX #@DESCRIPTION: Machine configuration for the PXA255 based M&N Logistik Lösungen MNCI-RX -TARGET_ARCH = arm +TARGET_ARCH = "arm" +TARGET_FPU = "soft" EXTRA_IMAGECMD_jffs2 = "--pad=0x1ec0000 --eraseblock=0x40000" #EXTRA_IMAGEDEPENDS = "" PREFERRED_PROVIDERS_append = " virtual/kernel:ramses" |