summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2012-11-14 13:45:52 +1100
committerChris Johns <chrisj@rtems.org>2012-11-14 13:45:52 +1100
commit0a48c8a1a9bd7c372fbfc12070fdff7818241120 (patch)
tree40b3c05b6ab267b0fba674a5a1d9753602356a13
parentUse GMP 5.0.5 and so avoid the flex/m4 issue on Linux. (diff)
downloadrtems-source-builder-0a48c8a1a9bd7c372fbfc12070fdff7818241120.tar.bz2
Remove the _bindir from the path as it breaks on MacOS with python enabled.
-rw-r--r--source-builder/config/gdb-7-1.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/source-builder/config/gdb-7-1.cfg b/source-builder/config/gdb-7-1.cfg
index ab3aa8f..64548cc 100644
--- a/source-builder/config/gdb-7-1.cfg
+++ b/source-builder/config/gdb-7-1.cfg
@@ -29,7 +29,7 @@ cd gdb-%{gdb_version}
cd ..
%build
- export PATH="%{_bindir}:${PATH}"
+# export PATH="%{_bindir}:${PATH}"
mkdir -p build
cd build
%if "%{_build}" != "%{_host}"