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
This commit is contained in:
Richard Kenner 1993-01-28 06:55:47 -05:00
parent bcc81b8594
commit 7ba7267ac2
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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';