summaryrefslogtreecommitdiff
path: root/config/target.in
AgeCommit message (Expand)AuthorFilesLines
2018-12-10Add config flags for omitting 'arch' and 'vendor'Alexey Neyman1-0/+15
2018-12-07Disallow selection of "both endianness"Alexey Neyman1-0/+2
2018-12-04Warn if architecture is empty on x86/32bitAlexey Neyman1-1/+3
2018-12-01Restrict flat format to architectures that support itAlexey Neyman1-0/+4
2017-09-05Doh, forgot one place to rename the BOTH_ENDIAN optionAlexey Neyman1-1/+1
2017-09-03Super-H multilib toolchain fixesAlexey Neyman1-4/+34
2017-07-09Fix xtensa overlaysAlexey Neyman1-1/+1
2017-07-08Switch gen-kconfig to new frameworkAlexey Neyman1-2/+0
2017-07-08Building packages using the new frameworkAlexey Neyman1-0/+26
2017-07-08Fix the references to old config variablesAlexey Neyman1-3/+0
2017-06-13Make ARM32 option appear only if 32-bit is selectedAlexey Neyman1-0/+5
2017-06-02Added MSP430 architecture support.Andrew Wygle1-0/+8
2017-04-23Get rid of config.genAlexey Neyman1-2/+2
2017-03-28Remove explicit core passes selection for multilibAlexey Neyman1-1/+0
2017-03-17Add an option to "demultilib"Alexey Neyman1-0/+23
2017-02-06Remove "pre-declaration" of config optionsAlexey Neyman1-35/+0
2016-08-23multilib: Determine which options may pass through.Alexey Neyman1-0/+4
2015-11-14Allow --with-cpu/--with-tune for !arm.Alexey Neyman1-2/+5
2015-06-21avr: add support for AVR 8-bit architectureErico Nunes1-0/+18
2015-06-10arch: do not allow specifying both --with-cpu and --with-tuneYann E. MORIN1-0/+1
2015-06-08arch: do not allow specifying both --with-arch and --with-cpuYann E. MORIN1-0/+1
2014-05-10arch: add option to let gccdecide what floating point to useCody Schafer1-0/+10
2013-01-20arch: allow adding a suffix to the arch-part of a tupleYann E. MORIN"1-0/+15
2012-12-26all: unmark experimental featuresYann E. MORIN"1-2/+4
2012-12-23arch: re-order the entries in the float choiceYann E. MORIN"1-10/+10
2011-11-23config: add option to build multilibYann E. MORIN"1-0/+17
2011-11-25config/target: enforce floating point supportYann E. MORIN"1-0/+2
2011-11-25config/target: add float support selectionYann E. MORIN"1-0/+4
2011-11-29arch: rename the SUPPORT_XXX optionsYann E. MORIN"1-18/+18
2011-11-14config: introduce endianness as a stringYann E. MORIN"1-0/+6
2011-10-19arch: add softfp supportYann E. MORIN"1-0/+21
2011-10-19scripts: introduce float type as a stringYann E. MORIN"1-0/+5
2011-07-17misc: fix more typos here and there...Yann E. MORIN"1-2/+2
2011-05-31kconfig: remove useless 'default n'Benoît THÉBAUDEAU"1-15/+0
2011-04-27config: reorder the architectures sub-menuYann E. MORIN"1-4/+4
2010-09-11config/arch: re-organise architecture-specific optionsYann E. MORIN"1-2/+2
2010-06-08config: add support for a second part of the generated choicesYann E. MORIN"1-0/+2
2010-03-29config: fix style issues when source-ing filesYann E. MORIN"1-1/+1
2010-01-09config/arch: also export bitness as a stringYann E. MORIN"1-0/+6
2009-11-17arch: cleanup the 32- and 64-bit selectionYann E. MORIN"1-14/+6
2009-11-17arch: add hidden config knobs for 32- and 64-bit support and selectYann E. MORIN"1-0/+45
2009-10-21config: add help for the MMU/noMMU entryYann E. MORIN"1-0/+10
2009-05-20Merge the uClinux/noMMU stuff back to /trunk:Yann E. MORIN"1-1/+22
2008-11-07Do not autodetect 64-bit archs, have them tell be 'select'-ing ARCH_64 in the...Yann E. MORIN"1-0/+4
2008-10-12In generated choice menus, move the selection options outside the choice menu.Yann E. MORIN"1-6/+0
2008-09-15Make bare-metal a kernel selection.Yann E. MORIN"1-13/+0
2008-09-14Introduce a new EXPERIMENTAL feature: BARE_METAL.Yann E. MORIN"1-0/+13
2008-08-12Move TARGET_LDFLAGS up with all target-dependent flags.Yann E. MORIN"1-0/+1
2008-08-07Introduce four new ARCH specific variables that CT_DoArchValues can set if th...Yann E. MORIN"1-0/+10
2008-06-30Re-order architecture specifics.Yann E. MORIN"1-5/+7