mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-06 07:33:17 +00:00
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to make fix bug
where wrapup left pieces out of the librtemsall.a.
This commit is contained in:
@@ -33,10 +33,12 @@ if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then
|
|||||||
cfg_subdirs="$cfg_subdirs librtems++";
|
cfg_subdirs="$cfg_subdirs librtems++";
|
||||||
fi
|
fi
|
||||||
AC_CONFIG_SUBDIRS($cfg_subdirs)
|
AC_CONFIG_SUBDIRS($cfg_subdirs)
|
||||||
|
AC_SUBST(cfg_subdirs)
|
||||||
AC_CONFIG_SUBDIRS(tests)
|
AC_CONFIG_SUBDIRS(tests)
|
||||||
|
|
||||||
RTEMS_PROJECT_ROOT
|
RTEMS_PROJECT_ROOT
|
||||||
|
|
||||||
AC_OUTPUT(
|
AC_OUTPUT(
|
||||||
Makefile
|
Makefile
|
||||||
|
wrapup/Makefile
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ LIBCHIP = libchip
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS = start include libmisc libc libcpu libbsp \
|
SUBDIRS = start include libmisc libc libcpu libbsp \
|
||||||
$(LIBRDBG) $(LIBCHIP) $(LIBHWAPI) wrapup
|
$(LIBRDBG) $(LIBCHIP) $(LIBHWAPI)
|
||||||
|
|
||||||
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,7 +14,7 @@ LIBCHIP = libchip
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS = start include libmisc libc libcpu libbsp \
|
SUBDIRS = start include libmisc libc libcpu libbsp \
|
||||||
$(LIBRDBG) $(LIBCHIP) $(LIBHWAPI) wrapup
|
$(LIBRDBG) $(LIBCHIP) $(LIBHWAPI)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/subdirs.am
|
include $(top_srcdir)/../../../automake/subdirs.am
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -97,5 +97,4 @@ include/rdbg/Makefile
|
|||||||
include/rdbg/i386/Makefile
|
include/rdbg/i386/Makefile
|
||||||
include/rdbg/powerpc/Makefile
|
include/rdbg/powerpc/Makefile
|
||||||
libc/Makefile
|
libc/Makefile
|
||||||
start/Makefile
|
start/Makefile)
|
||||||
wrapup/Makefile)
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ LIBCHIP = libchip
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS = start include libmisc libc libcpu libbsp \
|
SUBDIRS = start include libmisc libc libcpu libbsp \
|
||||||
$(LIBRDBG) $(LIBCHIP) $(LIBHWAPI) wrapup
|
$(LIBRDBG) $(LIBCHIP) $(LIBHWAPI)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/subdirs.am
|
include $(top_srcdir)/../../../automake/subdirs.am
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
Reference in New Issue
Block a user