summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/openjdk-7-25b30/icedtea-zero-hotspotfix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/openjdk/openjdk-7-25b30/icedtea-zero-hotspotfix.patch')
-rw-r--r--recipes-core/openjdk/openjdk-7-25b30/icedtea-zero-hotspotfix.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/openjdk/openjdk-7-25b30/icedtea-zero-hotspotfix.patch b/recipes-core/openjdk/openjdk-7-25b30/icedtea-zero-hotspotfix.patch
index 83dba2b..784f2de 100644
--- a/recipes-core/openjdk/openjdk-7-25b30/icedtea-zero-hotspotfix.patch
+++ b/recipes-core/openjdk/openjdk-7-25b30/icedtea-zero-hotspotfix.patch
@@ -25,13 +25,13 @@ index c2a1484..156bdd0 100644
25 mkbc: $(GAMMADIR)/tools/mkbc.c 25 mkbc: $(GAMMADIR)/tools/mkbc.c
26 @echo Compiling mkbc tool 26 @echo Compiling mkbc tool
27- $(CC_COMPILE) -o $@ $< $(COMPILE_DONE) 27- $(CC_COMPILE) -o $@ $< $(COMPILE_DONE)
28+ $(CC_COMPILE) -static -o $@ $< $(COMPILE_DONE) 28+ $(CC_COMPILE) -static -fuse-ld=bfd -o $@ $< $(COMPILE_DONE)
29 29
30 mkoffsets: asm_helper.cpp 30 mkoffsets: asm_helper.cpp
31 @echo Compiling offset generator 31 @echo Compiling offset generator
32 $(QUIETLY) $(REMOVE_TARGET) 32 $(QUIETLY) $(REMOVE_TARGET)
33- $(CC_COMPILE) $(CFLAGS) -DSTATIC_OFFSETS -o $@ $< $(COMPILE_DONE) 33- $(CC_COMPILE) $(CFLAGS) -DSTATIC_OFFSETS -o $@ $< $(COMPILE_DONE)
34+ $(CC_COMPILE) $(CFLAGS) -DSTATIC_OFFSETS -static -o $@ $< $(COMPILE_DONE) 34+ $(CC_COMPILE) $(CFLAGS) -static -fuse-ld=bfd -DSTATIC_OFFSETS -o $@ $< $(COMPILE_DONE)
35 35
36 endif 36 endif
37 37