Changeset e9d90764 in rtems
- Timestamp:
- Apr 6, 2004, 2:38:22 AM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 01e22fe
- Parents:
- be2ed3e
- Location:
- cpukit
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/configure.ac
rbe2ed3e re9d90764 47 47 RTEMS_CHECK_ITRON_API 48 48 RTEMS_CHECK_NETWORKING 49 50 RTEMS_CPU_SUBDIRS([score/cpu])51 49 52 50 AS_IF([test x"$HAS_NETWORKING" = x"yes"],[ … … 92 90 93 91 AS_IF([test x"${RTEMS_CPU}" = x"unix"],[ 92 ## FIXME: This check is doubtful 93 AS_IF([test "$HAS_MP" = "yes"], 94 [RTEMS_CHECK_SYSV_UNIX]) 95 94 96 ## The code fragment below had been used in tools/cpu/unix/gensize.c. 95 97 ## FIXME: … … 312 314 score/Makefile 313 315 score/cpu/Makefile 316 score/cpu/arm/Makefile 317 score/cpu/c4x/Makefile 318 score/cpu/h8300/Makefile 319 score/cpu/i386/Makefile 320 score/cpu/i960/Makefile 321 score/cpu/m68k/Makefile 322 score/cpu/mips/Makefile 323 score/cpu/or32/Makefile 324 score/cpu/powerpc/Makefile 325 score/cpu/sh/Makefile 326 score/cpu/sparc/Makefile 327 score/cpu/unix/Makefile 314 328 posix/Makefile 315 329 itron/Makefile -
cpukit/score/cpu/Makefile.am
rbe2ed3e re9d90764 4 4 5 5 SUBDIRS = @RTEMS_CPU@ 6 DIST_SUBDIRS = @RTEMS_CPU@7 6 8 ## FIXME: this does not work 9 ## DIST_SUBDIRS = \ 10 ## arm i386 i960 m68k no_cpu powerpc sh sparc unix 7 DIST_SUBDIRS = arm c4x h8300 i386 i960 m68k mips no_cpu or32 powerpc sh sparc 11 8 12 9 include $(top_srcdir)/automake/subdirs.am
Note: See TracChangeset
for help on using the changeset viewer.