[Committed, 3.4/mainline] Fix PR 16842 - mkheaders.in references gcc-libc

Andrew Pinski apinski@apple.com
Sun Aug 1 00:44:00 GMT 2004


With the change over to use .../lib/gcc/ instead of .../lib/gcc-lib/ in 
3.4.0,
there was one reference which was missed in mkheaders.in.
This patch which I committed as obvious to the 3.4 branch and the 
mainline
fixes that problem.

Thanks,
Andrew Pinski

ChangeLog:

	* mkheaders.in (libsubdir): s/gcc-lib/gcc/


Index: mkheaders.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/mkheaders.in,v
retrieving revision 1.3
diff -u -p -r1.3 mkheaders.in
--- mkheaders.in        14 Oct 2003 03:41:42 -0000      1.3
+++ mkheaders.in        1 Aug 2004 00:40:21 -0000
@@ -66,7 +66,7 @@ exec_prefix=@exec_prefix@
  libdir=@libdir@
  libexecdir=@libexecdir@
  # Directory in which the compiler finds libraries, etc.
-libsubdir=${libdir}/gcc-lib/${target_noncanonical}/${version}
+libsubdir=${libdir}/gcc/${target_noncanonical}/${version}
  # Directory in which the compiler finds executables
  libexecsubdir=${libexecdir}/gcc/${target_noncanonical}/${version}
  # Since gcc_tooldir does not exist at build-time, use 
-B${build_tooldir}/bin/



More information about the Gcc-patches mailing list