"perm +" notation deprecated in newer "find"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GNU Arm Embedded Toolchain |
New
|
Undecided
|
Unassigned |
Bug Description
Newer versions of the "find" utility have deprecated the following notation:
-perm +111
and replaced it with:
-perm /111
Please consider applying the following patch to build-toolchain.sh:
--- gcc-arm-
+++ gcc-arm-
@@ -591,7 +591,7 @@
done
- STRIP_BINARIES=
+ STRIP_BINARIES=
for bin in $STRIP_BINARIES ; do
done