Changeset 2d5de2e in rtems-tools for linkers/rtems-ld.cpp
- Timestamp:
- Sep 10, 2014, 1:16:26 AM (7 years ago)
- Branches:
- 4.10, 4.11, 5, master
- Children:
- 5afb2b8
- Parents:
- 67369b1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
linkers/rtems-ld.cpp
r67369b1 r2d5de2e 368 368 const std::string& prefix = rld::get_prefix (); 369 369 if (rtems_path.empty () && prefix.empty ()) 370 throw rld::error ("No RTEMS path provide with arch/bsp", "options");370 throw rld::error ("No RTEMS path provided with arch/bsp", "options"); 371 371 if (!rtems_path.empty ()) 372 372 rld::rtems::set_path (rtems_path);
Note: See TracChangeset
for help on using the changeset viewer.