summaryrefslogtreecommitdiff
path: root/rtems-ld.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rtems-ld.cpp')
-rw-r--r--rtems-ld.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtems-ld.cpp b/rtems-ld.cpp
index dfa5c14..f678cde 100644
--- a/rtems-ld.cpp
+++ b/rtems-ld.cpp
@@ -356,7 +356,7 @@ main (int argc, char* argv[])
if (!rtems_arch_bsp.empty ())
{
if (rtems_path.empty ())
- throw rld::error ("arch/bsp provide and no RTEMS path", "options");
+ throw rld::error ("No RTEMS path provide with arch/bsp", "options");
rld::rtems::set_path (rtems_path);
rld::rtems::set_arch_bsp (rtems_arch_bsp);
}