Skip to content
Snippets Groups Projects
Commit 03db5333 authored by Shinya Kuribayashi's avatar Shinya Kuribayashi Committed by Jean-Christophe PLAGNIOL-VILLARD
Browse files

make: Remove redundant __ARM__ addition when cross-compiling on *BSD


__ARM__ is given by arm_config.mk automatically.

Signed-off-by: default avatarShinya Kuribayashi <skuribay@ruby.dti.ne.jp>
parent 8cc62a7d
No related branches found
No related tags found
No related merge requests found
......@@ -44,15 +44,6 @@ PLATFORM_RELFLAGS =
PLATFORM_CPPFLAGS =
PLATFORM_LDFLAGS =
ifeq ($(ARCH),arm)
ifeq ($(CROSS_COMPILE),powerpc-netbsd-)
PLATFORM_CPPFLAGS+= -D__ARM__
endif
ifeq ($(CROSS_COMPILE),powerpc-openbsd-)
PLATFORM_CPPFLAGS+= -D__ARM__
endif
endif
#########################################################################
CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment