aboutsummaryrefslogtreecommitdiff
path: root/samples/s390-ibm-linux-gnu
Commit message (Collapse)AuthorAgeFilesLines
* More sample config updatesAlexey Neyman2022-02-111-1/+1
| | | | | | | | | | | | *-moxie*: DTC_VERBOSE is a wobbler, it depends on whether dtc is enabled on the host machine (if dtc is installed, DTC defaults to 'n' and hence prevents DTC_VERBOSE from appearing at all). Remove the option from config file so that its value reverts to the default. xtensa-fsf-elf: mark configuration obsolete so that it can use GDB 8.1 (it uses custom sources and needs to select the version therein) Signed-off-by: Alexey Neyman <stilor@att.net>
* Adding new samples s390x/s390-unknown-linux-gnuPradipta Ghosh2020-08-271-0/+1
| | | | | | | - s390x/s390 is allowed to pair with other vendor name. - new samples are being added to use this flexibility. - Fix space issue
* Update the samples to v3Alexey Neyman2019-03-091-1/+1
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Run the samples through update to v2Alexey Neyman2019-02-091-1/+1
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Run the samples through `ct-ng update-samples`Alexey Neyman2019-01-281-0/+1
| | | | | | | | - Pin sparc-leon-linux-gnu to GCC6, again. - Remove "brokenness" explanation from moxie-elf comment (was only applicable to stage-2 compiler, not final). Signed-off-by: Alexey Neyman <stilor@att.net>
* Kconfigize choice/menu itemsAlexey Neyman2017-07-081-2/+2
| | | | | | Also, add a poor man's upgrade script. Signed-off-by: Alexey Neyman <stilor@att.net>
* Run samples through 'ct-ng update-samples'.Alexey Neyman2017-01-191-3/+0
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Samples: Update samplesBryan Hundven2015-11-141-1/+0
| | | | | | | | This commit updates samples to latest config/ changes. This closes #114 Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* samples: update the s390 samplesYann E. MORIN2014-09-021-7/+2
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* cc/gcc: remove 'sub-level' version form symbolsYann E. MORIN"2013-01-241-1/+1
| | | | | | | | | | Now we use defconfig files to store the samples, we have to be a bit more conservatives in the symbols names, so as to avoid gigantic version bumps when updating sub-level versions from a package. Update samples accordingly. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* samples: resave all samples with savedefconfigYann E. MORIN"2012-05-071-421/+0
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* samples: update to latest set of optionsYann E. MORIN"2012-04-301-4/+10
| | | | | | | No feature- of version-bump, just update the samples so that no (NEW) option pops up in the release. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* samples: update to latest config option setYann E. MORIN"2012-04-091-8/+9
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* samples: update before releaseYann E. MORIN"2012-02-011-15/+23
| | | | | | | | Update all samples to reflect the new set of options, plus: - remove the arm-iphone-linux-gnueabi sample (obsolete...) - disable hard-float in ARM bare-metal samples. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* samples: update to latest set of optionsYann E. MORIN"2011-10-161-30/+28
| | | | | | | | | | | Update all the samples, so that there is not config-prompt when recalling samples. This is no upgrade, it's just about having new options set (y or n) in the samples. Also, get rid of the armeb-test_nptl-linux-uclibcgnueabi, it's no longer needed, there's a non-test sample with uClibc NPTL, now. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* samples: update before releaseYann E. MORIN"2011-07-311-100/+51
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* samples: updateYann E. MORIN"2011-04-281-32/+66
| | | | | | Release is coming soon... Time to update samples... Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* samples: update the samplesYann E. MORIN"2011-01-301-10/+22
| | | | | | | | | | Release time is coming at a fast pace. It is now time to update the samples so they apply cleanly. The canadian-cross sample mingw32,i686-none-linux-gnu has been replaced with i586-mingw32msvc,i686-none-linux-gnu. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* samples: update after libc versions renamingYann E. MORIN"2011-01-021-9/+9
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* samples: update all samples to latest config knobsYann E. MORIN"2010-11-031-25/+28
| | | | | | | No new feature, no newer version, only updates so that samples can be recalled without anything to set. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* samples: update to not use // downloadYann E. MORIN"2010-10-181-1/+1
| | | | | | | Parallel download can cause issues in some network environments (eg. behind some firewalls/routers), so default to not //. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* samples: update all samples to use the new build dirYann E. MORIN"2010-10-071-1/+1
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* samples: update all samplesYann E. MORIN"2010-08-011-18/+51
| | | | All samples get rebased, no new option is chosen.
* samples: updateYann E. MORIN"2010-04-301-25/+50
|
* samples: fix samplesYann E. MORIN"2010-03-191-41/+21
|
* samples: update samplesYann E. MORIN"2010-01-311-26/+33
| | | | | Update to the latest set of config options (no config change). Remove OABI ARM samples.
* arch: cleanup the 32- and 64-bit selectionYann E. MORIN"2009-11-171-5/+4
|
* arch/s390: commonalise the 32- and 64-bit s390 archYann E. MORIN"2009-11-171-5/+8
|
* arch/s390: cleanupsYann E. MORIN"2009-11-162-11/+12
| | | | | | Don't select unneeded config knobs. Don't select non-existing config knobs. Use the "no patch" config knob, instead of pointing to an non-exiting local patch dir. Simplify the tuple-related scripts. Update the samples.
* arch: add s390 and s390x architectures and samplesharold2009-11-142-0/+377