-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: port-stage-aarch32-9
-
Component/s: infrastructure
-
None
-
Environment:
aarch32 development board
-
aarch32
The aarch32 build fails because it relies on autoconf-config.sub being executable. However execute cannot be checked in.
Use ". $DIR/autoconf-config.sub" instead of just "$DIR/autoconf-config.sub" to make it execute.
Use ". $DIR/autoconf-config.sub" instead of just "$DIR/autoconf-config.sub" to make it execute.