mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-07 11:20:14 +00:00
Disallow linux versions before 3.7 for aarch64
Fixes #1028 Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
99a261736b
commit
481cbaac9b
@ -15,6 +15,7 @@
|
|||||||
## select ARCH_SUPPORTS_WITH_FLOAT if ARCH_32
|
## select ARCH_SUPPORTS_WITH_FLOAT if ARCH_32
|
||||||
## select ARCH_SUPPORTS_WITH_FPU if ARCH_32
|
## select ARCH_SUPPORTS_WITH_FPU if ARCH_32
|
||||||
## select ARCH_SUPPORTS_SOFTFP if ARCH_32
|
## select ARCH_SUPPORTS_SOFTFP if ARCH_32
|
||||||
|
## select LINUX_REQUIRE_3_7_or_later if ARCH_64 && KERNEL_LINUX
|
||||||
|
|
||||||
## help The ARM architecture, as defined by:
|
## help The ARM architecture, as defined by:
|
||||||
## help http://www.arm.com/
|
## help http://www.arm.com/
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
repository='git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git'
|
repository='git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git'
|
||||||
mirrors='$(CT_Mirrors kernel.org linux ${CT_LINUX_VERSION})'
|
mirrors='$(CT_Mirrors kernel.org linux ${CT_LINUX_VERSION})'
|
||||||
relevantpattern='2.*.*|. *.*|.'
|
relevantpattern='2.*.*|. *.*|.'
|
||||||
milestones='3.2'
|
milestones='3.2 3.7'
|
||||||
archive_formats='.tar.xz .tar.gz'
|
archive_formats='.tar.xz .tar.gz'
|
||||||
signature_format='unpacked/.sign'
|
signature_format='unpacked/.sign'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user