aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/machine/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/Makefile.inc')
-rw-r--r--newlib/libc/machine/Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/newlib/libc/machine/Makefile.inc b/newlib/libc/machine/Makefile.inc
index a53cf9c..162be4f 100644
--- a/newlib/libc/machine/Makefile.inc
+++ b/newlib/libc/machine/Makefile.inc
@@ -7,6 +7,9 @@ endif
if HAVE_LIBC_MACHINE_ARC
include %D%/arc/Makefile.inc
endif
+if HAVE_LIBC_MACHINE_ARC64
+include %D%/arc64/Makefile.inc
+endif
if HAVE_LIBC_MACHINE_ARM
include %D%/arm/Makefile.inc
endif