Link -lCom after -lrtemsCom since the rtems_init routines now use the

error logging functions from libCom.
This commit is contained in:
W. Eric Norum
2002-11-27 17:18:28 +00:00
parent defcf41b0d
commit 6f7ecedea4

View File

@@ -76,7 +76,7 @@ OS_CLASS = RTEMS
#--------------------------------------------------
# Operating system flags
OP_SYS_LDLIBS += -lrtemsCom -lrtemscpu -lm
OP_SYS_LDLIBS += -lrtemsCom -lrtemscpu -lCom -lm
OP_SYS_LDFLAGS += $(CPU_CFLAGS) -u Init \
$(PROJECT_RELEASE)/lib/no-dpmem.rel \
$(PROJECT_RELEASE)/lib/no-mp.rel \