mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-24 01:37:22 +08:00
Eliminate AM_CONDITIONAL LIBPOSIX.
This commit is contained in:
@@ -253,7 +253,6 @@ AM_CONDITIONAL(NEWLIB,test x"$RTEMS_USE_NEWLIB" = x"yes")
|
||||
AM_CONDITIONAL(HAS_MP,test x"$enable_multiprocessing" = x"yes" )
|
||||
|
||||
AM_CONDITIONAL(HAS_PTHREADS,test x"$rtems_cv_HAS_POSIX_API" = x"yes")
|
||||
AM_CONDITIONAL(LIBPOSIX,test x"${RTEMS_CPU}" != x"unix")
|
||||
AM_CONDITIONAL(LIBITRON,test x"$rtems_cv_HAS_ITRON_API" = x"yes")
|
||||
AM_CONDITIONAL(LIBNETWORKING,test x"$rtems_cv_HAS_NETWORKING" = x"yes")
|
||||
|
||||
|
||||
@@ -7,8 +7,6 @@ include $(top_srcdir)/automake/compile.am
|
||||
|
||||
EXTRA_DIST =
|
||||
|
||||
if LIBPOSIX
|
||||
|
||||
AM_CPPFLAGS += -D__RTEMS_INSIDE__
|
||||
|
||||
noinst_LIBRARIES = libposix.a
|
||||
@@ -175,7 +173,6 @@ libposix_a_SOURCES += src/sched_getparam.c src/sched_getprioritymax.c \
|
||||
src/sched_rr_get_interval.c src/sched_setparam.c \
|
||||
src/sched_setscheduler.c src/sched_yield.c src/sysconf.c
|
||||
endif
|
||||
endif
|
||||
|
||||
include $(srcdir)/preinstall.am
|
||||
include $(top_srcdir)/automake/local.am
|
||||
|
||||
@@ -16,10 +16,7 @@ TMP_LIBS += ../score/cpu/@RTEMS_CPU@/libscorecpu.a
|
||||
TMP_LIBS += ../score/libscore.a
|
||||
TMP_LIBS += ../sapi/libsapi.a
|
||||
TMP_LIBS += ../rtems/librtems.a
|
||||
|
||||
if LIBPOSIX
|
||||
TMP_LIBS += ../posix/libposix.a
|
||||
endif
|
||||
|
||||
if LIBGNAT
|
||||
TMP_LIBS += ../libgnat/libgnat.a
|
||||
|
||||
Reference in New Issue
Block a user