x86_64 build working with new compiler
[tpg/acess2.git] / Externals / config.mk
index f11a1d1..9db8f0d 100644 (file)
@@ -7,6 +7,8 @@ ifeq ($(ARCH),x86)
  BFD := i686
 else ifeq ($(ARCH),x86_64)
  BFD := x86_64
+else ifeq ($(ARCH),armv7)
+ BFD := arm
 else
  $(error No BFD translation for $(ARCH) in Externals/config.mk)
 endif

UCC git Repository :: git.ucc.asn.au