| |
---|
| | # 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 |
---|
| | |
---|
| |
---|
| | |