diff options
author | Paolo Bonzini <bonzini@gcc.gnu.org> | 2006-05-25 08:00:56 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2006-05-25 08:00:56 +0000 |
commit | e9a54b07f66c0514f974bf9abaf930871adfc234 (patch) | |
tree | 04a075bce323ebf36851306d040fbf4e4c691608 /Makefile.def | |
parent | 9d6eefd5e90b0808bddb4556ded0aea00e8fd718 (diff) | |
download | gcc-e9a54b07f66c0514f974bf9abaf930871adfc234.zip gcc-e9a54b07f66c0514f974bf9abaf930871adfc234.tar.gz gcc-e9a54b07f66c0514f974bf9abaf930871adfc234.tar.bz2 |
Makefile.def (bfd, opcodes): Fix lib_path.
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.
From-SVN: r114109
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 09d9c98..99e8ebe 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; }; |