File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -110,16 +110,15 @@ FOLDER_VERSION=64
110110KERNEL=kernel8
111111ARCH=armv8-a+fp+simd
112112TARGET=aarch64-linux-gnu
113- GDB_VERSION=10.2
113+ GDB_VERSION=15.1
114114
115115# validate env variables
116116if ! [[ " $GCC_VERSION " =~ ^(8.3.0| 10.2.1| 12.2.0)$ ]]; then exit 1; fi
117117if ! [[ " $GLIBC_VERSION " =~ ^(2.28| 2.31| 2.36)$ ]]; then exit 1; fi
118118if ! [[ " $BINUTILS_VERSION " =~ ^(2.31.1| 2.35.2| 2.40)$ ]]; then exit 1; fi
119- if ! [[ " $FOLDER_VERSION " =~ ^(0| 1| 2)$ ]]; then exit 1; fi
120- if ! [[ " $KERNEL " =~ ^(kernel| kernel7)$ ]]; then exit 1; fi
121- if ! [[ " $ARCH " =~ ^(armv6| armv7-a| armv8-a)$ ]]; then exit 1; fi
122- if ! [[ " $FPU " =~ ^(vfp| neon-vfpv4| neon-fp-armv8)$ ]]; then exit 1; fi
119+ if [ " $KERNEL " != " kernel8" ]; then exit 1; fi
120+ if [ " $ARCH " != " armv8-a+fp+simd" ]; then exit 1; fi
121+ if [ " $FOLDER_VERSION " != " 64" ]; then exit 1; fi
123122if [ " $BUILDDIR " = " " ]; then exit 1; fi
124123if [ " $LANGUAGES " = " " ]; then exit 1; fi
125124
You can’t perform that action at this time.
0 commit comments