forked from Imagelibrary/rtems
2004-01-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/rtems-top.m4: Remove check for version.m4. * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2004-01-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* aclocal/rtems-top.m4: Remove check for version.m4.
|
||||||
|
* automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused).
|
||||||
|
|
||||||
2004-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2004-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* automake/compile.am: Add RTEMS_RELLDFLAGS.
|
* automake/compile.am: Add RTEMS_RELLDFLAGS.
|
||||||
|
|||||||
@@ -42,9 +42,6 @@ PROJECT_ROOT="${RTEMS_TOPdir}/\$(top_builddir)"
|
|||||||
AC_SUBST(PROJECT_ROOT)
|
AC_SUBST(PROJECT_ROOT)
|
||||||
|
|
||||||
AC_MSG_CHECKING([for RTEMS Version])
|
AC_MSG_CHECKING([for RTEMS Version])
|
||||||
AS_IF([test -r "${srcdir}/${RTEMS_TOPdir}/aclocal/version.m4"],
|
|
||||||
[],
|
|
||||||
[AC_MSG_ERROR([Unable to find ${RTEMS_TOPdir}/aclocal/version.m4])])
|
|
||||||
AC_MSG_RESULT([_RTEMS_VERSION])
|
AC_MSG_RESULT([_RTEMS_VERSION])
|
||||||
|
|
||||||
AC_SUBST([dirstamp],[\${am__leading_dot}dirstamp])
|
AC_SUBST([dirstamp],[\${am__leading_dot}dirstamp])
|
||||||
|
|||||||
@@ -132,18 +132,6 @@ include ${DEPEND}
|
|||||||
endif
|
endif
|
||||||
depend: depend-am
|
depend: depend-am
|
||||||
|
|
||||||
# spell out all the LINK_FILE's, rather than using -lbsp, so
|
|
||||||
# that $(LINK_FILES) can be a dependency
|
|
||||||
|
|
||||||
LINK_OBJS = \
|
|
||||||
$(OBJS) \
|
|
||||||
$(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%$(LIB_VARIANT).rel)
|
|
||||||
|
|
||||||
LINK_FILES =\
|
|
||||||
$(START_FILE) \
|
|
||||||
$(OBJS) \
|
|
||||||
$(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%$(LIB_VARIANT).rel)
|
|
||||||
|
|
||||||
if RTEMS_USE_GCC
|
if RTEMS_USE_GCC
|
||||||
## gcc >= 2.8
|
## gcc >= 2.8
|
||||||
RTEMS_RELLDFLAGS = -qnolinkcmds -nostdlib -Wl,-r
|
RTEMS_RELLDFLAGS = -qnolinkcmds -nostdlib -Wl,-r
|
||||||
|
|||||||
Reference in New Issue
Block a user