From 3adcfbf9d92d5362249fff5226da08b411ac9161 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Fri, 2 May 2014 20:48:49 +1000 Subject: rtems/4.11: Fix _host_os for building on FreeBSD. It needs to be _build_os. --- rtems/config/tools/rtems-gdb-7.7-1.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtems/config/tools/rtems-gdb-7.7-1.cfg') 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 -- cgit v1.2.3