forked from Imagelibrary/rtems
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in include/Makefile.am. Reflect changes to bsp.am. * include/Makefile.am: Remove. * configure.ac: Reflect changes above. * start/start.S: Comment out string after #endif.
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Merge-in include/Makefile.am.
|
||||||
|
Reflect changes to bsp.am.
|
||||||
|
* include/Makefile.am: Remove.
|
||||||
|
* configure.ac: Reflect changes above.
|
||||||
|
* start/start.S: Comment out string after #endif.
|
||||||
|
|
||||||
2003-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* bsp_specs: Remove *lib:.
|
* bsp_specs: Remove *lib:.
|
||||||
|
|||||||
@@ -5,12 +5,20 @@
|
|||||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||||
|
|
||||||
# wrapup is the one that actually builds and installs the library
|
# wrapup is the one that actually builds and installs the library
|
||||||
# from the individual .rel files built in other directories
|
# from the individual .rel files built in other directories
|
||||||
SUBDIRS = include start startup console liblnk wrapup
|
SUBDIRS = . start startup console liblnk wrapup
|
||||||
|
|
||||||
include $(top_srcdir)/../../bsp.am
|
include $(top_srcdir)/../../bsp.am
|
||||||
|
|
||||||
EXTRA_DIST = bsp_specs times
|
include_HEADERS += include/coverhd.h
|
||||||
|
|
||||||
|
all-local: $(PREINSTALL_FILES)
|
||||||
|
|
||||||
|
EXTRA_DIST = times
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/coverhd.h: include/coverhd.h
|
||||||
|
$(INSTALL_DATA) $< $@
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/subdirs.am
|
include $(top_srcdir)/../../../../automake/subdirs.am
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
@@ -14,12 +14,9 @@ RTEMS_BSP_CONFIGURE
|
|||||||
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
||||||
RTEMS_CANONICALIZE_TOOLS
|
RTEMS_CANONICALIZE_TOOLS
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Explicitly list all Makefiles here
|
# Explicitly list all Makefiles here
|
||||||
AC_CONFIG_FILES([Makefile
|
AC_CONFIG_FILES([Makefile
|
||||||
console/Makefile
|
console/Makefile
|
||||||
include/Makefile
|
|
||||||
liblnk/Makefile
|
liblnk/Makefile
|
||||||
start/Makefile
|
start/Makefile
|
||||||
startup/Makefile
|
startup/Makefile
|
||||||
|
|||||||
@@ -1,18 +0,0 @@
|
|||||||
##
|
|
||||||
## $Id$
|
|
||||||
##
|
|
||||||
|
|
||||||
|
|
||||||
include_HEADERS = bsp.h coverhd.h bspopts.h
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE):
|
|
||||||
$(mkinstalldirs) $@
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/%.h: %.h
|
|
||||||
$(INSTALL_DATA) $< $@
|
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
|
||||||
|
|
||||||
all-local: $(TMPINSTALL_FILES)
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
|
||||||
@@ -95,7 +95,7 @@ FRAME(start,sp,0,ra)
|
|||||||
/* 4650: Need fr to be set anyway */
|
/* 4650: Need fr to be set anyway */
|
||||||
#else
|
#else
|
||||||
li v0,SR_CU1|SR_DE /* initally clear ERL, enable FPA 32bit regs*/
|
li v0,SR_CU1|SR_DE /* initally clear ERL, enable FPA 32bit regs*/
|
||||||
#endif mips3
|
#endif /* mips3 */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
mtc0 v0,C0_SR /* clr IntMsks/ kernel/disabled mode */
|
mtc0 v0,C0_SR /* clr IntMsks/ kernel/disabled mode */
|
||||||
|
|||||||
Reference in New Issue
Block a user