diff options
Diffstat (limited to 'gcc/config/cris/cris.c')
-rw-r--r-- | gcc/config/cris/cris.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/cris/cris.c b/gcc/config/cris/cris.c index ff0c52af008..51f9ee9ffeb 100644 --- a/gcc/config/cris/cris.c +++ b/gcc/config/cris/cris.c @@ -2541,7 +2541,7 @@ cris_override_options () further errors. */ if (! TARGET_LINUX) { - error ("-fPIC not supported in this configuration"); + error ("-fPIC and -fpic are not supported in this configuration"); flag_pic = 0; } |