mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 06:08:20 +00:00
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:
@@ -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/.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user