diff options
Diffstat (limited to 'Makefile.def')
-rw-r--r-- | Makefile.def | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.def b/Makefile.def index ae4b2e6fa0..91a78067c2 100644 --- a/Makefile.def +++ b/Makefile.def @@ -61,6 +61,13 @@ host_modules= { module= uudecode; }; host_modules= { module= wdiff; }; host_modules= { module= zip; no_check_cross=true; }; host_modules= { module= zlib; no_install=true; no_check=true; }; +host_modules= { module= gdb; with_x=true; }; +host_modules= { module= expect; with_x=true; }; +host_modules= { module= guile; with_x=true; }; +host_modules= { module= tclX; with_x=true; }; +host_modules= { module= tk; with_x=true; }; +host_modules= { module= tix; with_x=true; }; + target_modules = { module= libstdc++-v3; }; target_modules = { module= newlib; }; |