File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 7575 exit
7676fi
7777
78- # skip bullseye base
79- if [ " $RPIOS_TYPE " != " bullseye" ] && [ " $GCC_VERSION " = " 10.2.0" ]; then
80- echo " Invalid GCC: $GCC_VERSION !"
81- exit
82- fi
83-
8478# collect dependencies versions from raspberry pi os
8579if [ " $RPIOS_TYPE " = " bookworm" ]; then
8680 if echo ${GCC_VERSION% .* } " 12.2" | awk ' {exit ( $1 >= $2 )}' ; then
Original file line number Diff line number Diff line change 5959 echo " Parameters configured!"
6060fi
6161
62- # skip bullseye base
63- if [ " $RPIOS_TYPE " != " bullseye" ] && [ " $GCC_VERSION " = " 10.2.0" ]; then
64- echo " Invalid GCC: $GCC_VERSION !"
65- exit
66- fi
67-
6862# collect dependencies versions from raspberry pi os
6963if [ " $RPIOS_TYPE " = " bookworm" ]; then
7064 if echo ${GCC_VERSION% .* } " 12.2" | awk ' {exit ( $1 >= $2 )}' ; then
You can’t perform that action at this time.
0 commit comments