summaryrefslogtreecommitdiff
path: root/gcc/config/i386/xm-djgpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/i386/xm-djgpp.h')
-rw-r--r--gcc/config/i386/xm-djgpp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/i386/xm-djgpp.h b/gcc/config/i386/xm-djgpp.h
index b8367acc912..71cb1160faa 100644
--- a/gcc/config/i386/xm-djgpp.h
+++ b/gcc/config/i386/xm-djgpp.h
@@ -68,12 +68,12 @@ Boston, MA 02111-1307, USA. */
to try and figure out what's wrong. */ \
char *djgpp = getenv ("DJGPP"); \
if (djgpp == NULL) \
- fatal ("Environment variable DJGPP not defined."); \
+ fatal ("environment variable DJGPP not defined"); \
else if (access (djgpp, R_OK) == 0) \
- fatal ("Environment variable DJGPP points to missing file '%s'.", \
+ fatal ("environment variable DJGPP points to missing file '%s'", \
djgpp); \
else \
- fatal ("Environment variable DJGPP points to corrupt file '%s'.", \
+ fatal ("environment variable DJGPP points to corrupt file '%s'", \
djgpp); \
} \
standard_exec_prefix = update_path (standard_exec_prefix, NULL); \