bring trunk in line with ex branch
This commit is contained in:
parent
7613d3c097
commit
e0b032b7db
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ chapter6_Makefiles() { # sysroot or chroot build phase
|
||||||
case $name in
|
case $name in
|
||||||
glibc ) [[ "$TEST" != "0" ]] && wrt_test_log2 "${this_script}"
|
glibc ) [[ "$TEST" != "0" ]] && wrt_test_log2 "${this_script}"
|
||||||
;;
|
;;
|
||||||
* ) [[ "$TEST" = "2" ]] && wrt_test_log2 "${this_script}"
|
* ) [[ "$TEST" = "2" ]] && [[ "$TEST" = "3" ]] && wrt_test_log2 "${this_script}"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
# If using optimizations, write the instructions
|
# If using optimizations, write the instructions
|
||||||
|
|
Reference in a new issue