diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-01-28 06:55:47 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-01-28 06:55:47 -0500 |
commit | 7ba7267ac25717cabcd5270f481761469acdfae7 (patch) | |
tree | c7a487b7f86f424ea8a333ed0f13932d7aac8034 /gcc | |
parent | bcc81b85947619c18c6c2dca53e5fb676a25c2d9 (diff) | |
download | gcc-7ba7267ac25717cabcd5270f481761469acdfae7.zip gcc-7ba7267ac25717cabcd5270f481761469acdfae7.tar.gz gcc-7ba7267ac25717cabcd5270f481761469acdfae7.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/make-cc1.com | 2 | ||||
-rw-r--r-- | gcc/make-cccp.com | 2 | ||||
-rw-r--r-- | gcc/make-l2.com | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gcc/make-cc1.com b/gcc/make-cc1.com index 1123904..b582891 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 c455b3a..f3d6bef 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 22bfde9..084fa03 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'; |