summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/i960/include/Makefile.am (unfollow)
Commit message (Collapse)AuthorFilesLines
2001-09-272001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-1/+1
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
2001-03-052001-02-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-2/+4
* i960ca/Makefile.am, i960ka/Makefile.am, i960rp/Makefile.am: Remove H_FILES. * include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
2000-07-11Reworked score/cpu/sparc so it can be safely compiled multilib. AllJoel Sherrill1-3/+0
routines and structures that require CPU model specific information are now in libcpu. This primarily required moving erc32 specific information from score/cpu files to libcpu/sparc and the erc32 BSP.
2000-07-11Reworked score/cpu/i960 so it can be safely compiled multilib. AllJoel Sherrill1-0/+25
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.