mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
Merge pull request #1041 from stilor/aarch64-in-linux3.7
Disallow linux versions before 3.7 for aarch64
This commit is contained in:
commit
ee1e67ccb4
@ -15,6 +15,7 @@
|
||||
## select ARCH_SUPPORTS_WITH_FLOAT if ARCH_32
|
||||
## select ARCH_SUPPORTS_WITH_FPU 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 http://www.arm.com/
|
||||
|
@ -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'
|
||||
milestones='3.2 3.7'
|
||||
archive_formats='.tar.xz .tar.gz'
|
||||
signature_format='unpacked/.sign'
|
||||
|
Loading…
Reference in New Issue
Block a user