summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/openjdk-7-85b01/icedtea-jdk-nio-use-host-cc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/openjdk/openjdk-7-85b01/icedtea-jdk-nio-use-host-cc.patch')
-rw-r--r--recipes-core/openjdk/openjdk-7-85b01/icedtea-jdk-nio-use-host-cc.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/recipes-core/openjdk/openjdk-7-85b01/icedtea-jdk-nio-use-host-cc.patch b/recipes-core/openjdk/openjdk-7-85b01/icedtea-jdk-nio-use-host-cc.patch
deleted file mode 100644
index 80fc808..0000000
--- a/recipes-core/openjdk/openjdk-7-85b01/icedtea-jdk-nio-use-host-cc.patch
+++ /dev/null
@@ -1,11 +0,0 @@
1--- openjdk/jdk/make/java/nio/Makefile
2+++ openjdk/jdk/make/java/nio/Makefile
3@@ -961,7 +961,7 @@
4 ifeq ($(PLATFORM), macosx)
5 NIO_CC=$(HOST_CC)
6 else
7- NIO_CC=$(CC)
8+ NIO_CC=$(CC_FOR_BUILD)
9 endif
10
11 $(GENSOR_EXE) : $(TEMPDIR)/$(GENSOR_SRC)