diff options
Diffstat (limited to 'gcc/config/m68k/m68k.c')
| -rw-r--r-- | gcc/config/m68k/m68k.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/m68k.c b/gcc/config/m68k/m68k.c index 4799c2f..155d354 100644 --- a/gcc/config/m68k/m68k.c +++ b/gcc/config/m68k/m68k.c @@ -330,7 +330,7 @@ override_options (void) /* -fPIC uses 32-bit pc-relative displacements, which don't exist until the 68020. */ if (!TARGET_68020 && !TARGET_COLDFIRE && (flag_pic == 2)) - error("-fPIC is not currently supported on the 68000 or 68010\n"); + error ("-fPIC is not currently supported on the 68000 or 68010"); /* ??? A historic way of turning on pic, or is this intended to be an embedded thing that doesn't have the same name binding |
