Reorder library searches to avoid some problems when linking applications

which include the GPIB driver add-on modules.
This commit is contained in:
W. Eric Norum
2002-08-21 21:08:22 +00:00
parent a15af6a1d5
commit 2bb26522e0

View File

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