Remove "ifneq ($(TARGET_ARCH),arm)".

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.
1 file changed