Changeset 2d7ae960 in rtems
- Timestamp:
- 06/11/12 18:37:29 (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 7d4a859
- Parents:
- 9da42fb
- Files:
-
- 35 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/aclocal/rtems-cpu-subdirs.m4
r9da42fb r2d7ae960 27 27 _RTEMS_CPU_SUBDIR([sparc],[$1]);; 28 28 _RTEMS_CPU_SUBDIR([sparc64],[$1]);; 29 _RTEMS_CPU_SUBDIR([v850],[$1]);; 29 30 *) AC_MSG_ERROR([Invalid RTEMS_CPU <[$]{RTEMS_CPU}>]) 30 31 esac -
cpukit/configure.ac
r9da42fb r2d7ae960 367 367 score/cpu/sparc/Makefile 368 368 score/cpu/sparc64/Makefile 369 score/cpu/v850/Makefile 369 370 score/cpu/no_cpu/Makefile 370 371 posix/Makefile -
cpukit/librpc/src/xdr/xdr_float.c
r9da42fb r2d7ae960 76 76 defined(__BFIN__) || \ 77 77 defined(__m32c__) || \ 78 defined(__M32R__) 78 defined(__M32R__) || \ 79 defined(__v850) 79 80 80 81 #include <rtems/endian.h> -
cpukit/score/cpu/Makefile.am
r9da42fb r2d7ae960 18 18 DIST_SUBDIRS += sparc 19 19 DIST_SUBDIRS += sparc64 20 DIST_SUBDIRS += v850 20 21 21 22 include $(top_srcdir)/automake/subdirs.am -
doc/cpu_supplement/Makefile.am
r9da42fb r2d7ae960 1 1 # 2 # COPYRIGHT (c) 1988-20 02.2 # COPYRIGHT (c) 1988-2012. 3 3 # On-Line Applications Research Corporation (OAR). 4 4 # All rights reserved. … … 12 12 13 13 GENERATED_FILES = general.texi arm.texi avr.texi bfin.texi i386.texi lm32.texi \ 14 m68k.texi mips.texi powerpc.texi sh.texi sparc.texi sparc64.texi 14 m68k.texi mips.texi powerpc.texi sh.texi sparc.texi sparc64.texi v850.texi 15 15 16 16 COMMON_FILES += $(top_srcdir)/common/cpright.texi … … 85 85 -n "" < $< > $@ 86 86 87 v850.texi: v850.t 88 $(BMENU2) -p "" \ 89 -u "Top" \ 90 -n "" < $< > $@ 91 87 92 CLEANFILES += cpu_supplement.info 88 93 CLEANFILES += cpu_supplement.info-1
Note: See TracChangeset
for help on using the changeset viewer.