2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* wrapup/Makefile.am: Reflect changes to rtems/.
	* configure.ac: Reflect changes to rtems/.
This commit is contained in:
Ralf Corsepius
2002-12-09 06:42:43 +00:00
parent efdcf8d7be
commit 1fd4e2091c
3 changed files with 6 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Reflect changes to rtems/.
* configure.ac: Reflect changes to rtems/.
2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Reflect changes to posix/.

View File

@@ -147,10 +147,6 @@ AS_IF([test x"${enable_multilib}" = x"yes"],[
AC_CONFIG_FILES([Makefile
include/Makefile
rtems/Makefile
rtems/src/Makefile
rtems/include/Makefile
rtems/inline/Makefile
rtems/macros/Makefile
sapi/Makefile
sapi/src/Makefile
sapi/include/Makefile

View File

@@ -13,7 +13,7 @@ CPU_OBJS = ../score/cpu/$(RTEMS_CPU)/$(ARCH)/libscorecpu.a
endif
CORE_OBJS = ../score/src/$(ARCH)/libscore.a
SAPI_OBJS = ../sapi/src/$(ARCH)/libsapi.a
RTEMS_OBJS = ../rtems/src/$(ARCH)/librtems.a
RTEMS_OBJS = ../rtems/$(ARCH)/librtems.a
if HAS_POSIX
POSIX_OBJS = ../posix/$(ARCH)/libposix.a