summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gdb-7.7-1.cfg
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-05-02 20:48:49 +1000
committerChris Johns <chrisj@rtems.org>2014-05-02 20:48:49 +1000
commit3adcfbf9d92d5362249fff5226da08b411ac9161 (patch)
tree8e0f328fed44030b91758fbfbf4df7b9347e08d4 /rtems/config/tools/rtems-gdb-7.7-1.cfg
parentconfig: Update to gdb-7.7 for a range of archs. (diff)
downloadrtems-source-builder-3adcfbf9d92d5362249fff5226da08b411ac9161.tar.bz2
rtems/4.11: Fix _host_os for building on FreeBSD. It needs to be _build_os.
Diffstat (limited to 'rtems/config/tools/rtems-gdb-7.7-1.cfg')
-rw-r--r--rtems/config/tools/rtems-gdb-7.7-1.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtems/config/tools/rtems-gdb-7.7-1.cfg b/rtems/config/tools/rtems-gdb-7.7-1.cfg
index a1d8932..d1f59cc 100644
--- a/rtems/config/tools/rtems-gdb-7.7-1.cfg
+++ b/rtems/config/tools/rtems-gdb-7.7-1.cfg
@@ -18,7 +18,7 @@
%define patch1 %{rtems_gdb_patches}/gdb-sim-arange-inline.diff
%define patch2 %{rtems_gdb_patches}/gdb-sim-cgen-inline.diff
-%if %{_host_os} == freebsd
+%if %{_build_os} == freebsd
%define patch5 %{rtems_gdb_patches}/patch-gdb-python-python-config.py
%define patch5_opts -p0
%endif