Skip to content

Commit

Permalink
Removed redundant CPU detection
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeys committed Sep 21, 2018
1 parent f6ef6b0 commit ba228af
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions projects/unix/Makefile
Expand Up @@ -102,12 +102,6 @@ ifneq ("$(filter ppc64 powerpc64,$(HOST_CPU))","")
PIC ?= 1
$(warning Architecture "$(HOST_CPU)" not officially supported.')
endif
ifneq ("$(filter aarch64,$(HOST_CPU))","")
CPU := AARCH
ARCH_DETECTED := 64BITS
PIC ?= 1
NO_ASM := 1
endif
ifneq ("$(filter arm%,$(HOST_CPU))","")
ifeq ("$(filter arm%b,$(HOST_CPU))","")
CPU := ARM
Expand Down

0 comments on commit ba228af

Please sign in to comment.