Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Tarassov2013-03-27 18:26:01 +0000
committerEugene Tarassov2013-03-27 18:45:25 +0000
commit45c290f47d36b47488cef77c5d1fda59af528ff2 (patch)
treefa580b4c039da6a486fa66e88f396780e7af240d /agent/Makefile.inc
parent698ffa290d2ec414a10804710e7d5878fd9a6b4e (diff)
downloadorg.eclipse.tcf.agent-45c290f47d36b47488cef77c5d1fda59af528ff2.tar.gz
org.eclipse.tcf.agent-45c290f47d36b47488cef77c5d1fda59af528ff2.tar.xz
org.eclipse.tcf.agent-45c290f47d36b47488cef77c5d1fda59af528ff2.zip
TCF Agent: Reduced code duplication - merged code from armv6l directory back to arm directory.
Diffstat (limited to 'agent/Makefile.inc')
-rw-r--r--agent/Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/agent/Makefile.inc b/agent/Makefile.inc
index 2232cf4b..1ee92698 100644
--- a/agent/Makefile.inc
+++ b/agent/Makefile.inc
@@ -5,6 +5,9 @@ ifndef OPSYS
endif
ifndef MACHINE
MACHINE := $(shell uname -m)
+ ifeq ($(MACHINE),armv6l)
+ MACHINE := arm
+ endif
endif
INCDIRS = . system/$(OPSYS) machine/$(MACHINE)

Back to the top