diff options
Diffstat (limited to 'newlib/libc/machine/configure.in')
-rw-r--r-- | newlib/libc/machine/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/machine/configure.in b/newlib/libc/machine/configure.in index ad459f888..87b066e91 100644 --- a/newlib/libc/machine/configure.in +++ b/newlib/libc/machine/configure.in @@ -49,6 +49,7 @@ if test -n "${machine_dir}"; then powerpc) AC_CONFIG_SUBDIRS(powerpc) ;; sh) AC_CONFIG_SUBDIRS(sh) ;; sparc) AC_CONFIG_SUBDIRS(sparc) ;; + spu) AC_CONFIG_SUBDIRS(spu) ;; tic4x) AC_CONFIG_SUBDIRS(tic4x) ;; tic80) AC_CONFIG_SUBDIRS(tic80) ;; v850) AC_CONFIG_SUBDIRS(v850) ;; |