diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-30 10:40:05 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-30 10:40:05 +0100 |
commit | c64105459c5d9662dd8a330f264b60a61ba14c0b (patch) | |
tree | 80cbca19a7a31fb3357d8eec3784367075f3b5d3 /package/binutils | |
parent | 659846437896836e683ba5c0fc393a78eb641c18 (diff) | |
parent | 39e9af48da3ef01a9eca53d54ace7545eec39da8 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/binutils')
-rw-r--r-- | package/binutils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/binutils/Makefile b/package/binutils/Makefile index c130804de..c622a1af7 100644 --- a/package/binutils/Makefile +++ b/package/binutils/Makefile @@ -13,7 +13,9 @@ $(eval $(call PKG_template,BINUTILS,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${ TCFLAGS+= -fPIC CONFIGURE_STYLE= gnu -CONFIGURE_ARGS+= --disable-werror +CONFIGURE_ARGS+= --disable-werror \ + --host=$(REAL_GNU_TARGET_NAME) \ + --target=$(REAL_GNU_TARGET_NAME) BUILD_STYLE= auto INSTALL_STYLE= auto |