OSDN Git Service

Update to handle `ginclude' subdirectory when compiling libgcc2.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 May 1994 21:36:47 +0000 (21:36 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 May 1994 21:36:47 +0000 (21:36 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7373 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/make-l2.com

index 084fa03..d22ad9b 100644 (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[.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';