re PR other/16842 (mkheaders can not find mkheaders.conf)

2004-07-31  Andrew Pinski  <apinski@apple.com>

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

From-SVN: r85399
This commit is contained in:
Andrew Pinski 2004-08-01 00:44:43 +00:00 committed by Andrew Pinski
parent c12ebfef94
commit 6b3b5f0517
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-07-31 Andrew Pinski <apinski@apple.com>
PR other/16842
* mkheaders.in (libsubdir): s/gcc-lib/gcc/.
2004-07-31 Joseph S. Myers <jsm@polyomino.org.uk>
* c-decl.c (diagnose_mismatched_decls): Give error for external

View File

@ -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/