diff options
Diffstat (limited to 'Makefile.def')
-rw-r--r-- | Makefile.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.def b/Makefile.def index 21f2c7c..b7aa798 100644 --- a/Makefile.def +++ b/Makefile.def @@ -52,6 +52,7 @@ host_modules= { module= findutils; }; host_modules= { module= find; }; host_modules= { module= flex; no_check_cross= true; bootstrap=true; }; host_modules= { module= gas; bootstrap=true; }; +host_modules= { module= gcc; extra_make_flags="$(EXTRA_GCC_FLAGS)"; }; host_modules= { module= gawk; }; host_modules= { module= gettext; }; host_modules= { module= gnuserv; }; |