summaryrefslogtreecommitdiff
path: root/toolchain/binutils
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-05-06 14:36:45 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-05-06 14:36:45 +0200
commit00d8ded31c2f0f887a69546bd2fa57ff143e9811 (patch)
tree703835fa4eb6189895278e4ee6f65567d68e7c76 /toolchain/binutils
parent03d16d54b517ae3277fb5d5844dfec02316e258a (diff)
parentdc8ef82ff7b6bbb089a76402c89f74db203122f9 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/binutils')
-rw-r--r--toolchain/binutils/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile
index 056aff065..98c92811e 100644
--- a/toolchain/binutils/Makefile
+++ b/toolchain/binutils/Makefile
@@ -12,6 +12,10 @@ else
CONFOPTS+= --disable-libssp
endif
+ifeq ($(ADK_TARGET_SYSTEM_RASPBERRY_PI),y)
+CONFOPTS+= --with-arch=armv6
+endif
+
ifneq ($(strip $(ADK_LINUX_64)$(ADK_TARGET_KERNEL64)),)
CONFOPTS+= --enable-64-bit-bfd
endif