mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +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:
-12
@@ -1,15 +1,3 @@
|
|||||||
.depend
|
|
||||||
Make.dep
|
|
||||||
*.o
|
|
||||||
*.a
|
|
||||||
*.d
|
|
||||||
*.i
|
|
||||||
*~
|
|
||||||
.swp
|
|
||||||
.*.swp
|
|
||||||
core
|
|
||||||
.gdbinit
|
|
||||||
cscope.out
|
|
||||||
/.config
|
/.config
|
||||||
/.config.old
|
/.config.old
|
||||||
/.version
|
/.version
|
||||||
|
|||||||
+1
-1
@@ -180,7 +180,7 @@ function configure {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "X$toolchain" != "X" ]; then
|
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`
|
varname=`echo $setting | cut -d'=' -f1`
|
||||||
if [ ! -z "varname" ]; then
|
if [ ! -z "varname" ]; then
|
||||||
echo " Disabling $varname"
|
echo " Disabling $varname"
|
||||||
|
|||||||
Reference in New Issue
Block a user