Skip to content
Snippets Groups Projects
Unverified Commit 23f61ae2 authored by t-nojiri's avatar t-nojiri Committed by GitHub
Browse files

subread: extend support for aarch64 to v2.0.0 (#17864)

parent 9c8d4be5
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ def build(self, spec, prefix): ...@@ -33,7 +33,7 @@ def build(self, spec, prefix):
) )
if spec.target.family == 'aarch64': if spec.target.family == 'aarch64':
filter_file('-mtune=core2', '', 'Makefile.Linux') filter_file('-mtune=core2', '', 'Makefile.Linux')
if spec.satisfies('@1.6.2:1.6.4'): if spec.satisfies('@1.6.2:2.0.0'):
filter_file( filter_file(
'-mtune=core2', '-mtune=core2',
'', '',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment