Skip to content

Commit

Permalink
fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Aug 19, 2015
1 parent 14b3bb6 commit dcd3ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.defs
Expand Up @@ -499,7 +499,7 @@ endif # predefined macros tests (x86_macros, ...)
endif # gcc

ifdef CC_ARCH
ifeq ($(CC_ARCH),$(HOST_ARCH))
ifneq ($(CC_ARCH),$(HOST_ARCH))
$(info Target architecture <$(CC_ARCH)>, host architecture <$(HOST_ARCH)>)
endif
ARCH:=$(CC_ARCH)
Expand Down

0 comments on commit dcd3ec4

Please sign in to comment.