1DEFAULT_ARCHFLAGS = -arch x86_64
2
3# 5.10 is obsolete, remove it
4# 5.16 is manually added to ensure it is included in the list of supported
5# Perl versions
6PERL_VERSIONS_AVAILABLE := $(sort 5.16 $(filter-out 5.10, $(PERL_VERSIONS_AVAILABLE)))
7