aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-05-27 17:36:47 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1994-05-27 17:36:47 -0400
commite4c83b5283be8d252a28dd12c1351e83145f80d5 (patch)
treefaaec4614f2e314f952b6285d49a6d0e6c325342
parent8c4ff866d872c1a5039c8d3be6258b2652c2bafc (diff)
downloadgcc-e4c83b5283be8d252a28dd12c1351e83145f80d5.zip
gcc-e4c83b5283be8d252a28dd12c1351e83145f80d5.tar.gz
gcc-e4c83b5283be8d252a28dd12c1351e83145f80d5.tar.bz2
Update to handle `ginclude' subdirectory when compiling libgcc2.
From-SVN: r7373
-rw-r--r--gcc/make-l2.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/make-l2.com b/gcc/make-l2.com
index 084fa03..d22ad9b 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[.ginclude]" "-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';