mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-08-14 18:47:28 -07:00
Added gcc-arm-none-eabi to ps-info command
This commit is contained in:
parent
70dad06000
commit
0d34311d98
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ ps_print "Installed32: $(cat /ps/installed32.txt)"
|
|||
ps_print "Installed64: $(cat /ps/installed64.txt)"
|
||||
ps_print "OLDPWD: $OLDPWD"
|
||||
ps_print "Path: $PATH"
|
||||
ps_print "arm-none-eabi-gcc: $(arm-none-eabi-gcc -dumpversion)"
|
||||
ps_print "gcc: $(gcc -dumpversion)"
|
||||
ps_print "git: $(git --version)"
|
||||
ps_print "make: $(make -v)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue