diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-29 00:45:47 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-29 00:45:47 +0000 |
commit | 8789ec41345596c152501877a26a5eac0a577554 (patch) | |
tree | 3ae8b072c82cf38ee417d3332e0c1e7782ddda7b /extra/Configs | |
parent | f48c471eecd1a7790b5e54f35cdcf16e736aebb2 (diff) |
Add configure option to allow IMA compiling
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index c79befdcf..ae12714e8 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1335,6 +1335,12 @@ config WARNINGS help Set this to the set of gcc warnings you wish to see while compiling. +config DOMULTI + bool "Compile all sources at once into an object" + default n + help + Set this to compile all sources at once into an object (IMA). + config UCLIBC_MJN3_ONLY bool "Manuel's hidden warnings" default n |