Changeset 9e1ae79 in rtems for c/src/lib/libbsp/powerpc/psim/configure.ac
- Timestamp:
- Dec 3, 2001, 1:07:18 AM (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1a457f5
- Parents:
- c43d7bd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/psim/configure.ac
rc43d7bd r9e1ae79 11 11 RTEMS_CANONICAL_TARGET_CPU 12 12 AM_INIT_AUTOMAKE(rtems-c-src-lib-libbsp-powerpc-psim,$RTEMS_VERSION,no) 13 AM_MAINTAINER_MODE13 RTEMS_BSP_CONFIGURE 14 14 15 15 RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) 16 16 RTEMS_CANONICALIZE_TOOLS 17 17 18 RTEMS_ENV_RTEMSBSP19 RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)20 RTEMS_CHECK_BSP_CACHE(RTEMS_BSP)21 18 RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP) 22 RTEMS_CANONICAL_HOST23 19 24 20 AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes") … … 38 34 NOTE: Vectors are actually at 0xFFF00000 but file starts at offset.]) 39 35 40 AM_CONFIG_HEADER(include/bspopts.h)41 RTEMS_PROJECT_ROOT42 36 43 37 # Explicitly list all Makefiles here
Note: See TracChangeset
for help on using the changeset viewer.