aegean (package): remove -m64 on aarch64 (#17615)

This commit is contained in:
t-nojiri 2020-07-21 15:57:09 +09:00 committed by GitHub
parent f168d63586
commit 40e2a41477
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,4 +21,7 @@ class Aegean(MakefilePackage):
def edit(self, spec, prefix):
makefile = FileFilter('Makefile')
if spec.target.family == 'aarch64':
makefile.filter('-m64', '')
makefile.filter('/usr/local', prefix)