diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2006-05-25 08:01:03 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2006-05-25 08:01:03 +0000 |
commit | 4efb881986abc77987934073d401c2231d658590 (patch) | |
tree | da503e6a51bc54e0381467e4f96ffab04d8e4b89 /Makefile.def | |
parent | 961ad71bdd3645a947275cca99f01bc8886a2b64 (diff) | |
download | gdb-4efb881986abc77987934073d401c2231d658590.tar.gz |
2006-05-25 Paolo Bonzini <bonzini@gnu.org>
* Makefile.def (bfd, opcodes): Fix lib_path.
* Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
(restrap): Move under "@if gcc-bootstrap". Fix typo.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.def')
-rw-r--r-- | Makefile.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.def b/Makefile.def index 4c58ab5a71f..576f819fa3d 100644 --- a/Makefile.def +++ b/Makefile.def @@ -37,8 +37,8 @@ host_modules= { module= ash; }; host_modules= { module= autoconf; }; host_modules= { module= automake; }; host_modules= { module= bash; }; -host_modules= { module= bfd; lib_path=.; bootstrap=true; }; -host_modules= { module= opcodes; lib_path=.; bootstrap=true; }; +host_modules= { module= bfd; lib_path=.libs; bootstrap=true; }; +host_modules= { module= opcodes; lib_path=.libs; bootstrap=true; }; host_modules= { module= binutils; bootstrap=true; }; host_modules= { module= bison; no_check_cross= true; }; host_modules= { module= byacc; no_check_cross= true; }; |