From d0d04aeff1e057497bb4e3229be4170e94c5a6ac Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Fri, 18 Jul 2008 21:06:21 +0000 Subject: [PATCH] gcc now needs RTEMS_BASE/lib in LD_LIBRARY_PATH. --- configure/os/CONFIG_SITE.linux-x86.RTEMS | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 configure/os/CONFIG_SITE.linux-x86.RTEMS diff --git a/configure/os/CONFIG_SITE.linux-x86.RTEMS b/configure/os/CONFIG_SITE.linux-x86.RTEMS new file mode 100644 index 000000000..8b0fd9131 --- /dev/null +++ b/configure/os/CONFIG_SITE.linux-x86.RTEMS @@ -0,0 +1,8 @@ +# +# Site-specific information for all RTEMS targets +# +#------------------------------------------------------- + +# Needed by gcc +export LD_LIBRARY_PATH := $(LD_LIBRARY_PATH):$(RTEMS_BASE)/lib +