diff options
Diffstat (limited to 'ld/ldmain.c')
-rw-r--r-- | ld/ldmain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldmain.c b/ld/ldmain.c index f9e1348..c8a75d6 100644 --- a/ld/ldmain.c +++ b/ld/ldmain.c @@ -212,7 +212,7 @@ main (int argc, char **argv) { if (*TARGET_SYSTEM_ROOT == 0) { - einfo ("%P%F: this linker was not configured to use sysroots"); + einfo ("%P%F: this linker was not configured to use sysroots\n"); ld_sysroot = ""; } else |