Changeset 1f60e1c in rtems
- Timestamp:
- 09/28/07 07:19:29 (16 years ago)
- Branches:
- 4.10, 4.11, 4.9, 5, master
- Children:
- ed73806b
- Parents:
- 36c11ad8
- Location:
- contrib/crossrpms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/crossrpms/Makefile.am
r36c11ad8 r1f60e1c 13 13 DIST_SUBDIRS += mingw32 14 14 DIST_SUBDIRS += solaris2.7 15 DIST_SUBDIRS += rtems4. 815 DIST_SUBDIRS += rtems4.9 16 16 17 17 DIST_SUBDIRS += autotools -
contrib/crossrpms/configure.ac
r36c11ad8 r1f60e1c 1 1 ## $Id$ 2 2 3 m4_define([RTEMS_API],[4. 8])3 m4_define([RTEMS_API],[4.9]) 4 4 5 5 AC_PREREQ(2.60) … … 169 169 AC_CONFIG_FILES([freebsd6.2/i586/Makefile]) 170 170 171 AC_CONFIG_FILES([rtems4. 8/Makefile])172 AC_CONFIG_FILES([rtems4. 8/arm/Makefile])173 AC_CONFIG_FILES([rtems4. 8/avr/Makefile])174 AC_CONFIG_FILES([rtems4. 8/bfin/Makefile])175 AC_CONFIG_FILES([rtems4. 8/h8300/Makefile])176 AC_CONFIG_FILES([rtems4. 8/i386/Makefile])177 AC_CONFIG_FILES([rtems4. 8/m68k/Makefile])178 AC_CONFIG_FILES([rtems4. 8/mips/Makefile])179 AC_CONFIG_FILES([rtems4. 8/mipstx39/Makefile])180 AC_CONFIG_FILES([rtems4. 8/powerpc/Makefile])181 AC_CONFIG_FILES([rtems4. 8/sh/Makefile])182 AC_CONFIG_FILES([rtems4. 8/sparc/Makefile])183 AC_CONFIG_FILES([rtems4. 8/tic4x/Makefile])171 AC_CONFIG_FILES([rtems4.9/Makefile]) 172 AC_CONFIG_FILES([rtems4.9/arm/Makefile]) 173 AC_CONFIG_FILES([rtems4.9/avr/Makefile]) 174 AC_CONFIG_FILES([rtems4.9/bfin/Makefile]) 175 AC_CONFIG_FILES([rtems4.9/h8300/Makefile]) 176 AC_CONFIG_FILES([rtems4.9/i386/Makefile]) 177 AC_CONFIG_FILES([rtems4.9/m68k/Makefile]) 178 AC_CONFIG_FILES([rtems4.9/mips/Makefile]) 179 AC_CONFIG_FILES([rtems4.9/mipstx39/Makefile]) 180 AC_CONFIG_FILES([rtems4.9/powerpc/Makefile]) 181 AC_CONFIG_FILES([rtems4.9/sh/Makefile]) 182 AC_CONFIG_FILES([rtems4.9/sparc/Makefile]) 183 AC_CONFIG_FILES([rtems4.9/tic4x/Makefile]) 184 184 185 185 AC_CONFIG_FILES([autotools/Makefile])
Note: See TracChangeset
for help on using the changeset viewer.