aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/make-cc1.com2
-rw-r--r--gcc/make-cccp.com2
-rw-r--r--gcc/make-l2.com2
3 files changed, 3 insertions, 3 deletions
diff --git a/gcc/make-cc1.com b/gcc/make-cc1.com
index 1123904ade1..b5828910a1e 100644
--- a/gcc/make-cc1.com
+++ b/gcc/make-cc1.com
@@ -26,7 +26,7 @@ $ EDIT := edit
$!
$! Compiler options
$!
-$ CFLAGS = "/debug/cc1_options=""-mpcc-alignment""/incl=([],[.config])"
+$ CFLAGS = "/debug/cc1_options=""-mpcc-alignment""/incl=([],[.config.])"
$! CFLAGS = "/noopt/incl=([],[.config])"
$!
$! Link options
diff --git a/gcc/make-cccp.com b/gcc/make-cccp.com
index c455b3af6c6..f3d6bef3ae8 100644
--- a/gcc/make-cccp.com
+++ b/gcc/make-cccp.com
@@ -19,7 +19,7 @@ $ LINK := link
$!
$! Compiler options
$!
-$ CFLAGS = "/debug/incl=([],[.config])"
+$ CFLAGS = "/debug/incl=([],[.config.])"
$! CFLAGS = "/noopt/incl=([],[.config])" !uncomment for VAXC
$!
$! Link options
diff --git a/gcc/make-l2.com b/gcc/make-l2.com
index 22bfde9951e..084fa033312 100644
--- a/gcc/make-l2.com
+++ b/gcc/make-l2.com
@@ -68,7 +68,7 @@ $!
$! We do this by hand, since the VMS compiler driver does not have a way
$! of specifying an alternate location for the compiler executables.
$!
-$ gcc_cpp "-I[]" "-I[.CONFIG]" "-D''flnm'" LIBGCC2.C 'cpp_file'
+$ gcc_cpp "-I[]" "-I[.config.]" "-D''flnm'" libgcc2.c 'cpp_file'
$ gcc_cc1 'cpp_file' -dumpbase 'objname' -
-quiet -mgnu -g "-O1" -mvaxc-alignment -o 's_file'
$ delete/nolog 'cpp_file';