mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
c12ebfef94
commit
6b3b5f0517
|
|
@ -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>
|
2004-07-31 Joseph S. Myers <jsm@polyomino.org.uk>
|
||||||
|
|
||||||
* c-decl.c (diagnose_mismatched_decls): Give error for external
|
* c-decl.c (diagnose_mismatched_decls): Give error for external
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,7 @@ exec_prefix=@exec_prefix@
|
||||||
libdir=@libdir@
|
libdir=@libdir@
|
||||||
libexecdir=@libexecdir@
|
libexecdir=@libexecdir@
|
||||||
# Directory in which the compiler finds libraries, etc.
|
# 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
|
# Directory in which the compiler finds executables
|
||||||
libexecsubdir=${libexecdir}/gcc/${target_noncanonical}/${version}
|
libexecsubdir=${libexecdir}/gcc/${target_noncanonical}/${version}
|
||||||
# Since gcc_tooldir does not exist at build-time, use -B${build_tooldir}/bin/
|
# Since gcc_tooldir does not exist at build-time, use -B${build_tooldir}/bin/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue