Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
am 35e5a03: Merge "x86_64/x32: Add targets"
Browse files Browse the repository at this point in the history
* commit '35e5a031b5087050c946977e40e1fd6f2790234f':
  x86_64/x32: Add targets
  • Loading branch information
nickkral authored and Android Git Automerger committed Sep 25, 2013
2 parents 1cb5450 + 35e5a03 commit 07cd5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/asr/Makefile.config
Expand Up @@ -15,7 +15,7 @@ ifeq ($(TARGET_ARCH),arm)
ASR_CPU = ARM
ASR_TARGET_CPU = ARM
endif
ifeq ($(TARGET_ARCH),x86)
ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),x86 x86_64 x32))
ASR_CPU = I86
ASR_TARGET_CPU = I86
endif
Expand Down

0 comments on commit 07cd5a9

Please sign in to comment.