starter code

This commit is contained in:
ag-tsotetsi
2026-02-07 13:53:52 +02:00
parent e698e1f3b4
commit 6c3450475a
4 changed files with 47 additions and 0 deletions

10
config/global.env Normal file
View File

@@ -0,0 +1,10 @@
export SYSROOT=$PWD/sysroot
export MAKEFLAGS=-j$(nproc)
export LC_ALL=POSIX
export TARGET=x86_64-axe-linux-gnu
export SOURCES=$PWD/sources
export BUILD=$PWD/build
export PATH=$SYSROOT/cross/bin:/usr/bin:/usr/sbin
export CONFIG_SITE=$SYSROOT/usr/share/config.site
export PROJECTDIR=$PWD