Changeset ddb4aaf in rtems for contrib/crossrpms/gdb/gdb.add
- Timestamp:
- Jan 26, 2009, 7:29:50 AM (11 years ago)
- Branches:
- 4.10, 4.11, master
- Children:
- 9815ac7a
- Parents:
- 11feece9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/crossrpms/gdb/gdb.add
r11feece9 rddb4aaf 14 14 15 15 %define build_sim --enable-sim 16 %if "%{_build}" != "%{_host}" 16 17 # psim doesn't support Cdn-X 17 %if ("@tool_target@" == "powerpc-rtems@rtems_api@") && ("%{_build}" != "%{_host}")18 %if "@tool_target@" == "powerpc-rtems@rtems_api@" 18 19 %define build_sim --disable-sim 19 20 %endif 21 %endif 22 20 23 %ifos mingw mingw32 21 24 # Mingw lacks functions required by the simulator … … 24 27 %endif 25 28 %if "@tool_target@" == "h8300-rtems@rtems_api@" 29 %define build_sim --disable-sim 30 %endif 31 %if "@tool_target@" == "mipstx39-rtems@rtems_api@" 26 32 %define build_sim --disable-sim 27 33 %endif
Note: See TracChangeset
for help on using the changeset viewer.