source: rtems/c/src/lib/libcpu/mips/Makefile.am @ b507814

4.104.114.84.95
Last change on this file since b507814 was 5b53d97, checked in by Joel Sherrill <joel.sherrill@…>, on 10/24/00 at 21:52:19

2000-10-24 Alan Cudmore <alanc@…> and

Joel Sherrill <joel@…>

  • This is a major reworking of the mips64orion port to use gcc predefines as much as possible and a big push to multilib the mips port. The mips64orion port was copied/renamed to mips to be more like other GNU tools. Alan did most of the technical work of determining how to map old macro names used by the mips64orion port to standard compiler macro definitions. Joel did the merge with CVS magic to keep individual file history and did the BSP modifications. Details follow:
  • Makefile.am: Made clock and timer subdirectories conditional.
  • configure.in: Ditto.
  • clock/clock.S: Switch from using <idtmon.h> to <asm.h>.
  • clock/gettime.S: Switch from using <idtmon.h> to <asm.h>.
  • Property mode set to 100644
File size: 300 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
7
8SHARED_LIB =
9
10if r46xx
11CPU_SUBDIR = clock timer
12endif
13
14SUBDIRS = $(SHARED_LIB) $(CPU_SUBDIR)
15
16
17include $(top_srcdir)/../../../../../automake/subdirs.am
18include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.