summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-10 20:30:31 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-10 20:30:31 +0200
commit56eb232f0e3038a90ca0e2ed2ed90f5e8d52aa5b (patch)
tree1de0c700e0ea5b3c93a880a7d0e854194b01dae0 /toolchain
parent61a7cb2bcec7d07b329c7517389f367f54e866df (diff)
add workaround for openjdk
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index 63bd86190..c16cbf8a0 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -161,6 +161,8 @@ $(WRKBUILD)/.installed: $(WRKBUILD)/.compiled
ln -sf $${app} \
$(GNU_TARGET_NAME)$${app##$(REAL_GNU_TARGET_NAME)}; \
done;
+ # workaround for openjdk
+ cd $(STAGING_HOST_DIR)/$(REAL_GNU_TARGET_NAME) ; cp * ..
touch $@
include ${TOPDIR}/mk/toolchain.mk