Changeset aaa015e in rtems-source-builder
- Timestamp:
- 08/05/14 22:54:33 (8 years ago)
- Branches:
- 4.10, 4.11, 4.9, 5, master
- Children:
- 4934771
- Parents:
- 0393814
- git-author:
- Chris Johns <chrisj@…> (08/05/14 22:54:33)
- git-committer:
- Chris Johns <chrisj@…> (08/05/14 22:59:43)
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
rtems/config/4.11/rtems-m32c.bset
r0393814 raaa015e 32 32 33 33 # 34 # If Windows (MinGW) do not build the simulator. 35 # 36 %define win32-gdb-disable-sim 37 38 # 34 39 # Tools configuration. 35 40 # -
rtems/config/4.11/rtems-microblaze.bset
r0393814 raaa015e 19 19 20 20 # 21 # If Windows (MinGW) do not build the simulator. 22 # 23 %define win32-gdb-disable-sim 24 25 # 21 26 # Tools configuration. 22 27 # -
rtems/config/4.11/rtems-mips.bset
r0393814 raaa015e 13 13 14 14 # 15 # If Windows (MinGW) do not build the simulator. 16 # 17 %define win32-gdb-disable-sim 18 19 # 15 20 # Tools configuration. 16 21 # -
rtems/config/4.11/rtems-moxie.bset
r0393814 raaa015e 13 13 14 14 # 15 # If Windows (MinGW) do not build the simulator. 16 # 17 %define win32-gdb-disable-sim 18 19 # 15 20 # Tools configuration. 16 21 # -
rtems/config/4.11/rtems-powerpc.bset
r0393814 raaa015e 13 13 14 14 # 15 # If Windows (MinGW) do not build the simulator. 16 # 17 %define win32-gdb-disable-sim 18 19 # 15 20 # Tools configuration. 16 21 # -
rtems/config/4.11/rtems-sparc.bset
r0393814 raaa015e 19 19 20 20 # 21 # If Windows (MinGW) do not build the simulator. 22 # 23 %if %{_build_os} == win32 24 %define gdb-disable-sim 25 %endif 26 27 # 21 28 # Tools configuration. 22 29 # -
rtems/config/4.11/rtems-v850.bset
r0393814 raaa015e 13 13 14 14 # 15 # If Windows (MinGW) do not build the simulator. 16 # 17 %define win32-gdb-disable-sim 18 19 # 15 20 # Tools configuration. 16 21 # -
source-builder/config/gdb-7-1.cfg
r0393814 raaa015e 6 6 7 7 # 8 # See if the simulator has been disabled for Windows. 9 # 10 %if %{_host_os} == mingw32 11 %if %{defined win32-gdb-disable-sim} 12 %define gdb-disable-sim 1 13 %endif 14 %endif 15 16 # 8 17 # Default to building simulators. 9 18 # 10 19 %ifn %{defined gdb-disable-sim} 11 %define gdb-disable-sim 020 %define gdb-disable-sim 0 12 21 %endif 13 22
Note: See TracChangeset
for help on using the changeset viewer.