mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Restore top-level .gitignore; testbuild.sh must distinguish CONFIG_ARM_TOOLCHAIN_GNU from other symbols that begin with the same string
This commit is contained in:
+1
-1
@@ -180,7 +180,7 @@ function configure {
|
||||
fi
|
||||
|
||||
if [ "X$toolchain" != "X" ]; then
|
||||
setting=`grep TOOLCHAIN $nuttx/.config | grep -v CONFIG_ARM_TOOLCHAIN_GNU | grep =y`
|
||||
setting=`grep TOOLCHAIN $nuttx/.config | grep -v CONFIG_ARM_TOOLCHAIN_GNU=y | grep =y`
|
||||
varname=`echo $setting | cut -d'=' -f1`
|
||||
if [ ! -z "varname" ]; then
|
||||
echo " Disabling $varname"
|
||||
|
||||
Reference in New Issue
Block a user