Changeset 70810dc in rtems for c/src/lib/libbsp/powerpc/helas403/configure.in
- Timestamp:
- Feb 8, 2000, 10:33:25 PM (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- fb196c3c
- Parents:
- a976681e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/helas403/configure.in
ra976681e r70810dc 12 12 AM_MAINTAINER_MODE 13 13 14 RTEMS_ENABLE_LIBCDIR 14 RTEMS_PROG_CC_FOR_TARGET 15 RTEMS_CANONICALIZE_TOOLS 15 16 RTEMS_ENABLE_MULTIPROCESSING 16 17 RTEMS_ENABLE_NETWORKING … … 23 24 RTEMS_CANONICAL_HOST 24 25 25 RTEMS_PROJECT_ROOT26 26 AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes") 27 27 AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes") 28 28 29 # Explicitly list a Makefile here 29 RTEMS_PROJECT_ROOT 30 31 # Explicitly list all Makefiles here 30 32 AC_OUTPUT( 31 33 Makefile
Note: See TracChangeset
for help on using the changeset viewer.