[rtems-source-builder commit] Windows is win32 when testing for the host.

Chris Johns chrisj at rtems.org
Fri Mar 6 22:26:18 UTC 2015


Module:    rtems-source-builder
Branch:    master
Commit:    46ec6b52c83e1b83ee8a21d0f9cddc36fed4c55d
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=46ec6b52c83e1b83ee8a21d0f9cddc36fed4c55d

Author:    Chris Johns <chrisj at rtems.org>
Date:      Tue Mar  3 20:19:36 2015 +1100

Windows is win32 when testing for the host.

---

 source-builder/config/gdb-7-1.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source-builder/config/gdb-7-1.cfg b/source-builder/config/gdb-7-1.cfg
index a5239ee..6e84375 100644
--- a/source-builder/config/gdb-7-1.cfg
+++ b/source-builder/config/gdb-7-1.cfg
@@ -7,7 +7,7 @@
 #
 # See if the simulator has been disabled for Windows.
 #
-%if %{_host_os} == mingw32
+%if %{_host_os} == win32
  %if %{defined win32-gdb-disable-sim}
   %define gdb-disable-sim 1
   %endif




More information about the vc mailing list