summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-04-21 17:31:51 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-04-21 17:31:51 (GMT)
commitc1efc08c094baf0131555320d779b2ad0ca2f390 (patch)
treec3c42b02c7f30f1e744b18464ba93846f2eef85f /config
parent2cdae6ce0274dc12f918854c87016d6cd1591501 (diff)
Merge first shot from the MIPS branch.
Diffstat (limited to 'config')
-rw-r--r--config/target.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/config/target.in b/config/target.in
index 27ddc83..168da43 100644
--- a/config/target.in
+++ b/config/target.in
@@ -59,6 +59,19 @@ endchoice
comment "Target optimisations"
+config ARCH_ABI
+ string
+ prompt "Generate code for the specific ABI"
+ default ""
+ help
+ Generate code for the given ABI.
+
+ Pick a value from the gcc manual for your choosen gcc version and your
+ target CPU.
+
+ Leave blank if you don't know, or if your target architecutre does not
+ offer this option.
+
config ARCH_CPU
string
prompt "Emit assembly for CPU"