mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-09 04:14:20 +00:00
Merge pull request #1044 from abrodkin/topic-arc-linux-4.8
Disallow linux versions before 4.8 for ARC
This commit is contained in:
commit
7c4c6892b9
@ -10,6 +10,7 @@
|
||||
## select ARCH_SUPPORTS_WITH_CPU
|
||||
## select GCC_REQUIRE_7_or_later
|
||||
## select BINUTILS_REQUIRE_2_30_or_later
|
||||
## select LINUX_REQUIRE_4_8_or_later if KERNEL_LINUX
|
||||
##
|
||||
## help The Synopsys DesignWare ARC architecture, see more info here:
|
||||
## help https://www.synopsys.com/designware-ip/processor-solutions/arc-processors.html
|
||||
|
@ -1,6 +1,6 @@
|
||||
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'
|
||||
milestones='3.2 3.7 4.8'
|
||||
archive_formats='.tar.xz .tar.gz'
|
||||
signature_format='unpacked/.sign'
|
||||
|
Loading…
x
Reference in New Issue
Block a user