Changeset 0f77281 in rtems for c/src/lib/libbsp/lm32
- Timestamp:
- Jul 19, 2012, 1:44:32 PM (9 years ago)
- Branches:
- 4.11, 5, master
- Children:
- bb2b825
- Parents:
- c0456d7f
- Location:
- c/src/lib/libbsp/lm32
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/lm32/configure.ac
rc0456d7f r0f77281 1 1 ## Process this file with autoconf to produce a configure script. 2 2 3 AC_PREREQ([2.6 8])3 AC_PREREQ([2.69]) 4 4 AC_INIT([rtems-c-src-lib-libbsp-lm32],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) 5 5 AC_CONFIG_SRCDIR([../lm32]) -
c/src/lib/libbsp/lm32/lm32_evr/configure.ac
rc0456d7f r0f77281 1 1 ## Process this file with autoconf to produce a configure script. 2 2 3 AC_PREREQ([2.6 8])3 AC_PREREQ([2.69]) 4 4 AC_INIT([rtems-c-src-lib-libbsp-lm32-lm32_evr],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) 5 5 AC_CONFIG_SRCDIR([bsp_specs]) -
c/src/lib/libbsp/lm32/milkymist/configure.ac
rc0456d7f r0f77281 1 1 ## Process this file with autoconf to produce a configure script. 2 2 3 AC_PREREQ([2.6 8])3 AC_PREREQ([2.69]) 4 4 AC_INIT([rtems-c-src-lib-libbsp-lm32-milkymist], 5 5 [_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
Note: See TracChangeset
for help on using the changeset viewer.