install glibc as part of bootstrap process
1 parent 1f73f32 commit beaef91d5c4d364afb12764d424d4378943e2ca9
@tundra tundra authored on 19 Apr 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 make
BOOTSTRAP = gcc glibc make
 
# Languages to install after bootstrap but before other packages
LANGS = go perl python