new dbgutils(nano,smartctl)

wip
This commit is contained in:
Fabio Belavenuto
2022-08-22 23:00:18 -03:00
parent eecd98193c
commit fbee3249b4
4 changed files with 10 additions and 4 deletions

View File

@@ -15,6 +15,9 @@ function export-vars() {
export LDFLAGS="-I/opt/${1}/lib"
export LD_LIBRARY_PATH="/opt/${1}/lib"
export ARCH=x86_64
export PATH="/opt/${1}/bin:${PATH}"
export CC="x86_64-pc-linux-gnu-gcc"
export LD="x86_64-pc-linux-gnu-ld"
}
###############################################################################