mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +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++";
|
||||
fi
|
||||
AC_CONFIG_SUBDIRS($cfg_subdirs)
|
||||
AC_SUBST(cfg_subdirs)
|
||||
AC_CONFIG_SUBDIRS(tests)
|
||||
|
||||
RTEMS_PROJECT_ROOT
|
||||
|
||||
AC_OUTPUT(
|
||||
Makefile
|
||||
wrapup/Makefile
|
||||
)
|
||||
|
||||
@@ -14,7 +14,7 @@ LIBCHIP = libchip
|
||||
endif
|
||||
|
||||
SUBDIRS = start include libmisc libc libcpu libbsp \
|
||||
$(LIBRDBG) $(LIBCHIP) $(LIBHWAPI) wrapup
|
||||
$(LIBRDBG) $(LIBCHIP) $(LIBHWAPI)
|
||||
|
||||
include $(top_srcdir)/../../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
|
||||
@@ -14,7 +14,7 @@ LIBCHIP = libchip
|
||||
endif
|
||||
|
||||
SUBDIRS = start include libmisc libc libcpu libbsp \
|
||||
$(LIBRDBG) $(LIBCHIP) $(LIBHWAPI) wrapup
|
||||
$(LIBRDBG) $(LIBCHIP) $(LIBHWAPI)
|
||||
|
||||
include $(top_srcdir)/../../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
|
||||
@@ -97,5 +97,4 @@ include/rdbg/Makefile
|
||||
include/rdbg/i386/Makefile
|
||||
include/rdbg/powerpc/Makefile
|
||||
libc/Makefile
|
||||
start/Makefile
|
||||
wrapup/Makefile)
|
||||
start/Makefile)
|
||||
|
||||
@@ -14,7 +14,7 @@ LIBCHIP = libchip
|
||||
endif
|
||||
|
||||
SUBDIRS = start include libmisc libc libcpu libbsp \
|
||||
$(LIBRDBG) $(LIBCHIP) $(LIBHWAPI) wrapup
|
||||
$(LIBRDBG) $(LIBCHIP) $(LIBHWAPI)
|
||||
|
||||
include $(top_srcdir)/../../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
|
||||
Reference in New Issue
Block a user