Skip to content

Commit

Permalink
Clarify README with regard to the current multilib configuration and …
Browse files Browse the repository at this point in the history
…supported targets

Signed-off-by: Paul Fertser <[email protected]>
  • Loading branch information
paulfertser authored and esden committed Aug 11, 2012
1 parent 4e2f939 commit 1cf6600
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,12 @@ Usage notes:
We support multilib now in SAT thanks to Eric Parsonage's and Bernard
Davison's amazing work. You want to use the following GCC flag combinations to
generate full fledged floating point supporting code for some selected
architectures.
architectures (default is to use software floating point).

* stm32 (probably cortex-m3 in general): -mthumb -march=armv7 -mfix-cortex-m3-ldrd -msoft-float
* lpc21 (thumb instruction set): -mthumb -msoft-float
* lpc21 (arm instruction set): -mthumb -march=armv4t -msoft-float
* ARM7TDMI-S targets: -mthumb -mcpu=arm7tdmi-s
* Cortex-M0 targets: -mthumb -mcpu=cortex-m0
* Cortex-M3 targets: -mthumb -mcpu=cortex-m3
* Cortex-M4 targets: -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16

If you need support for some other ARM MCU and know the parameters for it,
just drop us a line and we will add that combination to the multilibs.
Expand Down

0 comments on commit 1cf6600

Please sign in to comment.