aboutsummaryrefslogtreecommitdiff
path: root/samples/mips-ar2315-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>
* 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>
* Allow packages to define "relevant" part of the versionAlexey Neyman2017-07-081-2/+1
| | | | | | | | E.g., only include minor/major of the Linux kernel into the kconfig symbol. In the future, to be defined by all packages, but for now matches the current versioning in the packages. Signed-off-by: Alexey Neyman <stilor@att.net>
* Kconfigize choice/menu itemsAlexey Neyman2017-07-081-4/+4
| | | | | | Also, add a poor man's upgrade script. Signed-off-by: Alexey Neyman <stilor@att.net>
* Fix samples defaulted to glibchyc2017-05-141-0/+1
| | | | Since glibc is no longer the default C library
* Run samples through an updateAlexey Neyman2017-03-201-1/+1
| | | | 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-2/+1
| | | | | | | | This commit updates samples to latest config/ changes. This closes #114 Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* samples: update the MIPS samplesYann E. MORIN2014-09-061-15/+4
| | | | 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-487/+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/+10
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* samples: update before releaseYann E. MORIN"2012-02-011-15/+29
| | | | | | | | 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-34/+33
| | | | | | | | | | | 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-106/+68
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* samples: updateYann E. MORIN"2011-04-281-36/+77
| | | | | | 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-9/+20
| | | | | | | | | | 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-31/+42
| | | | | | | 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-14/+197
| | | | All samples get rebased, no new option is chosen.
* samples: updateYann E. MORIN"2010-04-301-174/+44
|
* samples: fix samplesYann E. MORIN"2010-03-191-22/+34
|
* samples: fix this MIPS eglibc-based sampleYann E. MORIN"2010-02-181-33/+19
| | | | | Specify the SVN revision to use for the eglibc snapshot instead of HEAD, as some patches made their way upstream in the meantime.
* samples: update samplesYann E. MORIN"2010-01-311-29/+62
| | | | | Update to the latest set of config options (no config change). Remove OABI ARM samples.
* samples: update all samples to the new set of optionsYann E. MORIN"2009-10-281-50/+20
| | | | No version change is made.
* samples: updateYann E. MORIN"2009-10-041-91/+91
|
* samples: updateYann E. MORIN"2009-09-131-39/+58
|
* samples: add eglibc-based toolchain for MIPS.Giammarco Zacheo2009-07-212-0/+397