summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/i960/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-11-091-1/+1
| | | | * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
* 2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-11-021-1/+1
| | | | * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
* 2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-10-261-1/+1
| | | | | * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
* 2000-10-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-10-181-1/+13
| | | | | * Makefile.am: Corrected condition CPU model selection so multilib'ing and bare BSP works.
* 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-051-1/+0
| | | | | * i960ca/Makefile.am, i960ka/Makefile.am, i960rp/Makefile.am: Include compile.am
* Reworked score/cpu/i960 so it can be safely compiled multilib. AllJoel Sherrill2000-07-111-0/+12
routines and structures that require CPU model specific information are now in libcpu. This required significant rework of the score/cpu header files and the creation of multiple header files and subdirectories in libcpu/i960.