diff options
Diffstat (limited to 'Makefile.def')
-rw-r--r-- | Makefile.def | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.def b/Makefile.def index 9d50467a124..6321b787ac4 100644 --- a/Makefile.def +++ b/Makefile.def @@ -69,7 +69,8 @@ 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; }; - +host_modules= { module= libtermcap; no_check=true; no_clean=true; }; +host_modules= { module= utils; no_check=true; }; target_modules = { module= libstdc++-v3; }; target_modules = { module= newlib; }; |