diff --git a/makefile b/makefile
index 95739f9..2970705 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 glibc make
+BOOTSTRAP = gcc make
 
 # Languages to install after bootstrap but before other packages
 LANGS = go perl python