summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-07-05 08:55:51 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-07-05 08:55:51 +0000
commit4fea6f062a939caa1348e39370d93487dcc9a1e9 (patch)
tree4bc2766043dcfe8c0fd0570e815587695c33cb82 /contrib
parentDo not subst build_newlib. (diff)
downloadrtems-4fea6f062a939caa1348e39370d93487dcc9a1e9.tar.bz2
Add new AC_CONFIG_FILES.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/configure.ac24
1 files changed, 23 insertions, 1 deletions
diff --git a/contrib/crossrpms/configure.ac b/contrib/crossrpms/configure.ac
index 596136eed8..db2d8c80b0 100644
--- a/contrib/crossrpms/configure.ac
+++ b/contrib/crossrpms/configure.ac
@@ -108,11 +108,33 @@ AC_SUBST([osversion])
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([cygwin/Makefile])
+AC_CONFIG_FILES([cygwin/i686/Makefile])
+
AC_CONFIG_FILES([mingw32/Makefile])
+AC_CONFIG_FILES([mingw32/i686/Makefile])
+
AC_CONFIG_FILES([solaris2.7/Makefile])
+AC_CONFIG_FILES([solaris2.7/sparc/Makefile])
+
AC_CONFIG_FILES([freebsd5.2/Makefile])
+AC_CONFIG_FILES([freebsd5.2/i586/Makefile])
+
AC_CONFIG_FILES([freebsd6.0/Makefile])
+AC_CONFIG_FILES([freebsd6.0/i586/Makefile])
+
AC_CONFIG_FILES([freebsd6.1/Makefile])
-AC_CONFIG_FILES([rtems/Makefile])
+AC_CONFIG_FILES([freebsd6.1/i586/Makefile])
+
+AC_CONFIG_FILES([rtems4.7/Makefile])
+AC_CONFIG_FILES([rtems4.7/arm/Makefile])
+AC_CONFIG_FILES([rtems4.7/avr/Makefile])
+AC_CONFIG_FILES([rtems4.7/h8300/Makefile])
+AC_CONFIG_FILES([rtems4.7/i386/Makefile])
+AC_CONFIG_FILES([rtems4.7/m68k/Makefile])
+AC_CONFIG_FILES([rtems4.7/mips/Makefile])
+AC_CONFIG_FILES([rtems4.7/powerpc/Makefile])
+AC_CONFIG_FILES([rtems4.7/sh/Makefile])
+AC_CONFIG_FILES([rtems4.7/sparc/Makefile])
+AC_CONFIG_FILES([rtems4.7/tic4x/Makefile])
AC_OUTPUT