don't build glibc into bootstrap
1 parent ce78831 commit 9a5f1c4efdae6b818e26a90965aea0e59e4d7024
@tundra tundra authored on 16 Dec 2020
Showing 1 changed file
View
2
■■■
makefile
# Name of the tools directory
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