source: rtems/c/src/exec/librpc/Makefile.am @ 9b28bea5

4.104.114.84.95
Last change on this file since 9b28bea5 was 17508d02, checked in by Joel Sherrill <joel.sherrill@…>, on 07/26/00 at 19:26:28

Port of RTEMS to the Texas Instruments C3x/C4x DSP families including
a BSP (c4xsim) supporting the simulator included with gdb. This port
was done by Joel Sherrill and Jennifer Averett of OAR Corporation.
Also included with this port is a space/time optimization to eliminate
FP context switch management on CPUs without hardware or software FP.

An issue with this port was that sizeof(unsigned32) = sizeof(unsigned8)
on this CPU. This required addressing alignment checks and assumptions
as well as fixing code that assumed sizeof(unsigned32) == 4.

  • Property mode set to 100644
File size: 285 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
7
8if rpc_not_supported
9SUBDIRS =
10else
11SUBDIRS = include src
12endif
13
14EXTRA_DIST = README_RTEMS
15
16include $(top_srcdir)/../../../automake/subdirs.am
17include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.