summaryrefslogtreecommitdiffstats
path: root/aclocal/env-rtemscpu.m4
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-02-02 18:32:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-02-02 18:32:12 +0000
commit2608a53576bfd5ed7ff5e13ee112e631bac4655a (patch)
treec56058f04517d75de1662299825ce2bcd9d9d4e7 /aclocal/env-rtemscpu.m4
parent2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-2608a53576bfd5ed7ff5e13ee112e631bac4655a.tar.bz2
2001-02-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4: Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
Diffstat (limited to '')
-rw-r--r--aclocal/env-rtemscpu.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/env-rtemscpu.m4 b/aclocal/env-rtemscpu.m4
index 1b2f81cfaf..613ea83ca2 100644
--- a/aclocal/env-rtemscpu.m4
+++ b/aclocal/env-rtemscpu.m4
@@ -15,7 +15,7 @@ else
RTEMS_BSP_SPECS=""
AC_SUBST(RTEMS_BSP_SPECS)
- GCC_SPECS="-B\$(PROJECT_ROOT)/lib/"
+ GCC_SPECS="-B\$(PROJECT_ROOT)/ -B\$(PROJECT_ROOT)/lib/"
AC_SUBST(GCC_SPECS)
RTEMS_ROOT=$PROJECT_ROOT/c