mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
7b929a528e
Inspired by a similar fix for AArch64 in 481cbaac9b
.
The point is in Linux v4.8 we introduced new ABIv4 which is now used in
both Linux kernel and up-to-date GNU tools for ARC (based on GCC 6.x+).
See [1] for more details.
[1] https://github.com/foss-for-synopsys-dwc-arc-processors/linux/wiki/ARC-Linux-Syscall-ABI-Compatibility
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
7 lines
268 B
Plaintext
7 lines
268 B
Plaintext
repository='git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git'
|
|
mirrors='$(CT_Mirrors kernel.org linux ${CT_LINUX_VERSION})'
|
|
relevantpattern='2.*.*|. *.*|.'
|
|
milestones='3.2 3.7 4.8'
|
|
archive_formats='.tar.xz .tar.gz'
|
|
signature_format='unpacked/.sign'
|