The following line is "ifeq ($(TARGET_SIMULATOR),true)", which should
never succeed for an ARM build.
This change is inspired by external change 10447, which adds
"ifneq ($(TARGET_ARCH),sh)". Shouldn't be needed either.
In git master they were part of change 700ccfcc01,
which was an auto import from //branches/master/...@140412
The original change was 134529 in perforce.