Commit 7ba7267a by Richard Kenner

change /include and -I values from [.config] to [.config.] (this trailing...

change /include and -I values from [.config] to [.config.] (this
trailing period works with GNU C's preprocessor but not with VAX C's).

From-SVN: r3375
parent bcc81b85
......@@ -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
......
......@@ -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
......
......@@ -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';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment