summaryrefslogtreecommitdiff
path: root/pcr/gcc-gcj-ecj/ecj1
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2017-11-15 10:49:08 +0100
committerAndreas Grapentin <andreas@grapentin.org>2017-11-15 10:49:14 +0100
commit72632b9a479c6e5c88b5019f0d58616a415bfcaa (patch)
treeea394b04ff270392d1aa90f9cf194ce12886b54b /pcr/gcc-gcj-ecj/ecj1
parent32d660cff20e7c0b7c40b40ce7f31146a2c231d4 (diff)
downloadabslibre-72632b9a479c6e5c88b5019f0d58616a415bfcaa.tar.gz
abslibre-72632b9a479c6e5c88b5019f0d58616a415bfcaa.tar.bz2
abslibre-72632b9a479c6e5c88b5019f0d58616a415bfcaa.zip
adding pcr/pdftk and pcr/gcc-gcj-ecj
Diffstat (limited to 'pcr/gcc-gcj-ecj/ecj1')
-rw-r--r--pcr/gcc-gcj-ecj/ecj15
1 files changed, 5 insertions, 0 deletions
diff --git a/pcr/gcc-gcj-ecj/ecj1 b/pcr/gcc-gcj-ecj/ecj1
new file mode 100644
index 000000000..eee1f3363
--- /dev/null
+++ b/pcr/gcc-gcj-ecj/ecj1
@@ -0,0 +1,5 @@
+#!/bin/sh
+gij-6 -cp /usr/share/java/eclipse-ecj.jar \
+ org.eclipse.jdt.internal.compiler.batch.GCCMain \
+ ${1+"$@"}
+