Changeset 1f60e1c in rtems


Ignore:
Timestamp:
09/28/07 07:19:29 (16 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.9, 5, master
Children:
ed73806b
Parents:
36c11ad8
Message:

rtems-4.9.

Location:
contrib/crossrpms
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • contrib/crossrpms/Makefile.am

    r36c11ad8 r1f60e1c  
    1313DIST_SUBDIRS += mingw32
    1414DIST_SUBDIRS += solaris2.7
    15 DIST_SUBDIRS += rtems4.8
     15DIST_SUBDIRS += rtems4.9
    1616
    1717DIST_SUBDIRS += autotools
  • contrib/crossrpms/configure.ac

    r36c11ad8 r1f60e1c  
    11## $Id$
    22
    3 m4_define([RTEMS_API],[4.8])
     3m4_define([RTEMS_API],[4.9])
    44
    55AC_PREREQ(2.60)
     
    169169AC_CONFIG_FILES([freebsd6.2/i586/Makefile])
    170170
    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])
     171AC_CONFIG_FILES([rtems4.9/Makefile])
     172AC_CONFIG_FILES([rtems4.9/arm/Makefile])
     173AC_CONFIG_FILES([rtems4.9/avr/Makefile])
     174AC_CONFIG_FILES([rtems4.9/bfin/Makefile])
     175AC_CONFIG_FILES([rtems4.9/h8300/Makefile])
     176AC_CONFIG_FILES([rtems4.9/i386/Makefile])
     177AC_CONFIG_FILES([rtems4.9/m68k/Makefile])
     178AC_CONFIG_FILES([rtems4.9/mips/Makefile])
     179AC_CONFIG_FILES([rtems4.9/mipstx39/Makefile])
     180AC_CONFIG_FILES([rtems4.9/powerpc/Makefile])
     181AC_CONFIG_FILES([rtems4.9/sh/Makefile])
     182AC_CONFIG_FILES([rtems4.9/sparc/Makefile])
     183AC_CONFIG_FILES([rtems4.9/tic4x/Makefile])
    184184
    185185AC_CONFIG_FILES([autotools/Makefile])
Note: See TracChangeset for help on using the changeset viewer.