summaryrefslogtreecommitdiff
path: root/package/openjdk/patches/patch-icedtea6-1_10_Makefile_in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-04 19:50:29 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-04 19:50:29 +0200
commit533279bbc0f73f99947d2fa16bc06ab79e10df5b (patch)
treecb27a2b0024240d7b267005d3ef10d156274a09a /package/openjdk/patches/patch-icedtea6-1_10_Makefile_in
parent54a8defa87eaa5816f5d82bc6f42e6db4d6c1c86 (diff)
parent54302bd22cbdda4cabf0541cabfb7c3373a92356 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/openjdk/patches/patch-icedtea6-1_10_Makefile_in')
-rw-r--r--package/openjdk/patches/patch-icedtea6-1_10_Makefile_in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openjdk/patches/patch-icedtea6-1_10_Makefile_in b/package/openjdk/patches/patch-icedtea6-1_10_Makefile_in
index b0464fb38..50667a68a 100644
--- a/package/openjdk/patches/patch-icedtea6-1_10_Makefile_in
+++ b/package/openjdk/patches/patch-icedtea6-1_10_Makefile_in
@@ -27,10 +27,10 @@
- $(GCJ) $(IT_CFLAGS) -Wl,-Bsymbolic -findirect-dispatch -o native-ecj \
- --main=org.eclipse.jdt.internal.compiler.batch.Main ${ECJ_JAR} ; \
- fi ; \
++ mkdir -p stamps ; \
+ if test -n "${ADK_ECJ}" && test -x "${ADK_ECJ}"; then \
+ ln -s "${ADK_ECJ}" native-ecj; \
+ else \
-+ mkdir -p stamps ; \
+ if test "x$(GCJ)" != "xno"; then \
+ $(GCJ) $(IT_CFLAGS) -Wl,-Bsymbolic -findirect-dispatch -o native-ecj \
+ --main=org.eclipse.jdt.internal.compiler.batch.Main ${ECJ_JAR} ; \