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:
parent
bcc81b8594
commit
7ba7267ac2
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user