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
RevLine 
[a748603]1_SUBDIRS = @RTEMS_CPU@
[43283456]2
[4ef27382]3DIST_SUBDIRS =
4DIST_SUBDIRS += arm
5DIST_SUBDIRS += bfin
[66a5000d]6DIST_SUBDIRS += epiphany
[4ef27382]7DIST_SUBDIRS += i386
8DIST_SUBDIRS += lm32
9DIST_SUBDIRS += m32c
10DIST_SUBDIRS += m68k
11DIST_SUBDIRS += mips
[48fc25f]12DIST_SUBDIRS += moxie
[4ef27382]13DIST_SUBDIRS += nios2
14DIST_SUBDIRS += no_cpu
[94d45f6]15DIST_SUBDIRS += or1k
[4ef27382]16DIST_SUBDIRS += powerpc
[11ff3a9]17DIST_SUBDIRS += riscv
[4ef27382]18DIST_SUBDIRS += sh
19DIST_SUBDIRS += sparc
[ecbbd968]20DIST_SUBDIRS += sparc64
[2d7ae960]21DIST_SUBDIRS += v850
[43283456]22
[fed6210d]23include $(top_srcdir)/automake/subdirs.am
24include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.