X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=Makefile.def;h=311feb9de3bac4285bd4f33b168076100983ed74;hb=8380882108b7c11864212eab15eeb5d4c9a3b138;hp=28bf61d771507019eae20fdde3b970f378275a0a;hpb=73cc72729a184f00bf6fc4d74684a8516ba6b683;p=deliverable%2Fbinutils-gdb.git diff --git a/Makefile.def b/Makefile.def index 28bf61d771..311feb9de3 100644 --- a/Makefile.def +++ b/Makefile.def @@ -129,7 +129,7 @@ host_modules= { module= lto-plugin; bootstrap=true; extra_make_flags='@extra_linker_plugin_flags@'; }; host_modules= { module= libcc1; extra_configure_flags=--enable-shared; }; host_modules= { module= gotools; }; -host_modules= { module= libctf; no_install=true; no_check=true; +host_modules= { module= libctf; no_check=true; bootstrap=true; }; target_modules = { module= libstdc++-v3; @@ -404,6 +404,7 @@ dependencies = { module=all-gdb; on=all-build-bison; }; dependencies = { module=all-gdb; on=all-sim; }; dependencies = { module=all-gdb; on=all-libdecnumber; }; dependencies = { module=all-gdb; on=all-libtermcap; }; +dependencies = { module=all-gdb; on=all-libctf; }; dependencies = { module=configure-libgui; on=configure-tcl; }; dependencies = { module=configure-libgui; on=configure-tk; }; @@ -432,6 +433,7 @@ dependencies = { module=all-binutils; on=all-build-bison; }; dependencies = { module=all-binutils; on=all-intl; }; dependencies = { module=all-binutils; on=all-gas; }; dependencies = { module=all-binutils; on=all-libctf; }; +dependencies = { module=all-ld; on=all-libctf; }; // We put install-opcodes before install-binutils because the installed // binutils might be on PATH, and they might need the shared opcodes