diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-10 14:40:36 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-10 14:40:36 +0100 |
commit | 435cff735f24278f53678abda61b950a4a478895 (patch) | |
tree | 63ab1a8afc2764c7ce690d66bd843741acdedf25 /package/openjdk/patches/icedtea-arm-mkbc.patch | |
parent | 1ea04a0aae6381623d8908f3a21566ce39050cda (diff) | |
parent | 6fee1b118039c804d2d18c500abf98798c8c04da (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/openjdk/patches/icedtea-arm-mkbc.patch')
-rw-r--r-- | package/openjdk/patches/icedtea-arm-mkbc.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/package/openjdk/patches/icedtea-arm-mkbc.patch b/package/openjdk/patches/icedtea-arm-mkbc.patch deleted file mode 100644 index 9df3ebbf4..000000000 --- a/package/openjdk/patches/icedtea-arm-mkbc.patch +++ /dev/null @@ -1,29 +0,0 @@ - - execute mkoffsets via Qemu and build mkbc with the host compiler. - ---- w-openjdk-6-1.orig/icedtea6-1.10/patches/arm.patch 2011-02-23 23:32:32.909601440 +0100 -+++ w-openjdk-6-1/icedtea6-1.10/patches/arm.patch 2011-08-09 20:05:56.721765260 +0200 -@@ -25,7 +25,7 @@ - + - +offsets_arm.s: mkoffsets - + @echo Generating assembler offsets --+ ./mkoffsets > $@ -++ $(QEMU) ./mkoffsets > $@ - + - +bytecodes_arm.s: bytecodes_arm.def mkbc - + @echo Generatine ARM assembler bytecode sequences -@@ -33,12 +33,12 @@ - + - +mkbc: $(GAMMADIR)/tools/mkbc.c - + @echo Compiling mkbc tool --+ $(CC_COMPILE) -o $@ $< $(COMPILE_DONE) -++ $(CC_FOR_BUILD) -o $@ $< $(COMPILE_DONE) - + - +mkoffsets: asm_helper.cpp - + @echo Compiling offset generator - + $(QUIETLY) $(REMOVE_TARGET) --+ $(CC_COMPILE) -DSTATIC_OFFSETS -o $@ $< $(COMPILE_DONE) -++ $(CC_COMPILE) -static -DSTATIC_OFFSETS -o $@ $< $(COMPILE_DONE) - + - +endif - + |