summaryrefslogtreecommitdiffstats
path: root/Makefile.def
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2006-05-25 08:01:03 +0000
committerPaolo Bonzini <pbonzini@redhat.com>2006-05-25 08:01:03 +0000
commit5544eee792837f56e476b8e8576c6df02d305450 (patch)
treeb645d12b8d76f2c98ed1b48158bc19e48c7c9f1b /Makefile.def
parent3cd94e0c0ae9fce0bc8554c39af34c104778ff42 (diff)
downloadcygnal-5544eee792837f56e476b8e8576c6df02d305450.tar.gz
cygnal-5544eee792837f56e476b8e8576c6df02d305450.tar.bz2
cygnal-5544eee792837f56e476b8e8576c6df02d305450.zip
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.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.def b/Makefile.def
index 4c58ab5a7..576f819fa 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; };