Add netbsd, rtems4.11/sparc64.

This commit is contained in:
Ralf Corsepius
2010-05-21 16:19:04 +00:00
parent cc48691d06
commit ecdd94ed9b

View File

@@ -41,6 +41,7 @@ all )
targets="$targets $a-$o" targets="$targets $a-$o"
done done
for d in freebsd*/*/Makefile.am \ for d in freebsd*/*/Makefile.am \
netbsd*/*/Makefile.am \
cygwin*/*/Makefile.am \ cygwin*/*/Makefile.am \
mingw*/*/Makefile.am; \ mingw*/*/Makefile.am; \
do do
@@ -201,6 +202,7 @@ AC_CONFIG_FILES([rtems4.11/mipstx39/Makefile])
AC_CONFIG_FILES([rtems4.11/powerpc/Makefile]) AC_CONFIG_FILES([rtems4.11/powerpc/Makefile])
AC_CONFIG_FILES([rtems4.11/sh/Makefile]) AC_CONFIG_FILES([rtems4.11/sh/Makefile])
AC_CONFIG_FILES([rtems4.11/sparc/Makefile]) AC_CONFIG_FILES([rtems4.11/sparc/Makefile])
AC_CONFIG_FILES([rtems4.11/sparc64/Makefile])
AC_CONFIG_FILES([autotools/Makefile]) AC_CONFIG_FILES([autotools/Makefile])