source: rtems/cpukit/score/cpu/Makefile.am @ 11ff3a9

5
Last change on this file since 11ff3a9 was 11ff3a9, checked in by Hesham Almatary <heshamelmatary@…>, on 10/27/17 at 04:18:40

cpukit: RISC-V - make riscv32 code work for riscv64 - v2

  • Use #ifdefs for 32/64 bit code
  • Use unsigned long which is 32-bit on riscv32 and 64-bit on riscv64 (register size)
  • Move the code to a new shared riscv folder to be shared between riscv32 and riscv64
  • Rename RTEMS_CPU extracted from command line to shared riscv target s/riscv*/riscv

Update #3109

  • Property mode set to 100644
File size: 513 bytes
Line 
1_SUBDIRS = @RTEMS_CPU@
2
3DIST_SUBDIRS =
4DIST_SUBDIRS += arm
5DIST_SUBDIRS += bfin
6DIST_SUBDIRS += epiphany
7DIST_SUBDIRS += i386
8DIST_SUBDIRS += lm32
9DIST_SUBDIRS += m32c
10DIST_SUBDIRS += m68k
11DIST_SUBDIRS += mips
12DIST_SUBDIRS += moxie
13DIST_SUBDIRS += nios2
14DIST_SUBDIRS += no_cpu
15DIST_SUBDIRS += or1k
16DIST_SUBDIRS += powerpc
17DIST_SUBDIRS += riscv
18DIST_SUBDIRS += sh
19DIST_SUBDIRS += sparc
20DIST_SUBDIRS += sparc64
21DIST_SUBDIRS += v850
22
23include $(top_srcdir)/automake/subdirs.am
24include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.