From: Richard Kenner Date: Fri, 27 May 1994 21:36:47 +0000 (-0400) Subject: Update to handle `ginclude' subdirectory when compiling libgcc2. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e4c83b5283be8d252a28dd12c1351e83145f80d5;p=gcc.git Update to handle `ginclude' subdirectory when compiling libgcc2. From-SVN: r7373 --- diff --git a/gcc/make-l2.com b/gcc/make-l2.com index 084fa033312..d22ad9b0f85 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';