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:
Gregory Nutt
2016-04-08 13:18:57 -06:00
parent c964ab6b2b
commit 2902dc8c3e
2 changed files with 1 additions and 13 deletions
+1 -1
View File
@@ -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"