1DEFAULT_ARCHFLAGS = -arch x86_64
2
3# 5.18 is manually added to ensure it is included in the list of supported
4# Perl versions
5PERL_VERSIONS_AVAILABLE := $(sort 5.18 $(PERL_VERSIONS_AVAILABLE))
6