Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade script for uClibc retirement | Alexey Neyman | 2022-02-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Run samples through upgrade and fix accumulated breakages: *-centos6-*: After 2.12.2 retirement, the samples selected most recent glibc (2.34) which also forced kernels 3.2+. Revert to 2.12.1 and 2.6.32.71, respectively. Interestingly, 2.12.1 was marked as being used in CentOS6, but the samples selected 2.12.2. Anyway, CentOS6 is EOL now and glibc 2.12 is going to be marked obsolete, and retired soon. arc-*: Make TARGET_VENDOR match the sample's name; otherwise `ct-ng saveconfig` places the config file into a different location. Fix 'savedefconfig' which was not saving the configuration file version (CT_VCHECK was set to 'load' after CT_LoadConfig call). Signed-off-by: Alexey Neyman <stilor@att.net> | ||||
* | Update the samples to v3 | Alexey Neyman | 2019-03-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Alexey Neyman <stilor@att.net> | ||||
* | Run the samples through update to v2 | Alexey Neyman | 2019-02-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Alexey Neyman <stilor@att.net> | ||||
* | Run the samples through `ct-ng update-samples` | Alexey Neyman | 2019-01-28 | 1 | -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> | ||||
* | ARC: Add baremetal/elf32 multilib sample | Alexey Brodkin | 2018-05-16 | 2 | -0/+7 |
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> |