]> Git Repo - uclibc-ng.git/commit
ARM: introduce blind options to select & force THUMB mode
authorYann E. MORIN <[email protected]>
Sun, 9 Jan 2011 00:45:05 +0000 (01:45 +0100)
committerKhem Raj <[email protected]>
Sat, 11 Jun 2011 07:06:03 +0000 (00:06 -0700)
commitbda6117489ad3de5abfb008a8cb065c9059cd60c
treec80645330a5661baae8415b95b16134aade2110f
parent0e5a44e8ccf1c5ac49c1319f74c296e875f290e2
ARM: introduce blind options to select & force THUMB mode

Add three new blind options to set use of Thumb mode:
- COMPILE_IN_THUMB_MODE
  - if set, CFLAGS will contain -mthumb
  - if unset, the compiler's default is used
- HAS_THUMB
  - CPUS with Thumb instruction set can select this
  - use of BX depends on this
- FORCE_THUMB
  - CPUs that are Thumb-only must select this
  - this selects: HAS_THUMB, COMPILE_IN_THUMB_MODE and USE_BX

Also, remove leading space in Rules.mak.

Signed-off-by: "Yann E. MORIN" <[email protected]>
Cc: Khem Raj <[email protected]>
Cc: Bernhard Reutner-Fischer <[email protected]>
Cc: Carmelo AMOROSO <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
Rules.mak
extra/Configs/Config.arm
This page took 0.027909 seconds and 4 git commands to generate.