diff --git a/makefile b/makefile index 2a295d6..b336ab0 100644 --- a/makefile +++ b/makefile @@ -15,7 +15,7 @@ TOOLS = tools # Things that have to be built during the bootstrap phase with system tools -BOOTSTRAP = gcc make +BOOTSTRAP = gcc glibc make # Languages to install after bootstrap but before other packages LANGS = go perl python