From 2bb26522e080ce3ca7f6fa544ac1f6f73155dc37 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Wed, 21 Aug 2002 21:08:22 +0000 Subject: [PATCH] Reorder library searches to avoid some problems when linking applications which include the GPIB driver add-on modules. --- configure/os/CONFIG.Common.RTEMS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/os/CONFIG.Common.RTEMS b/configure/os/CONFIG.Common.RTEMS index c1055dd2e..45731793f 100644 --- a/configure/os/CONFIG.Common.RTEMS +++ b/configure/os/CONFIG.Common.RTEMS @@ -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 \