diff options
Diffstat (limited to 'libgloss/configure.in')
-rw-r--r-- | libgloss/configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libgloss/configure.in b/libgloss/configure.in index 99ab3eb12..03acf9500 100644 --- a/libgloss/configure.in +++ b/libgloss/configure.in @@ -34,6 +34,10 @@ dnl indicates whether to run configure within the libnosys subdirectory config_libnosys=true case "${target}" in + aarch64*-*-*) + AC_CONFIG_SUBDIRS(aarch64) + config_testsuite=true + ;; epiphany-*-*) AC_CONFIG_SUBDIRS(epiphany) config_testsuite=true |