From 3055f40a915e6d1bdc7a031ec6f8894b31ea5162 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Sat, 19 Jul 2014 13:57:48 +0200 Subject: openjdk6: add version 1.13.4 --- .../openjdk/openjdk-6-6b32/icedtea-hostbuildcc.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes-core/openjdk/openjdk-6-6b32/icedtea-hostbuildcc.patch (limited to 'recipes-core/openjdk/openjdk-6-6b32/icedtea-hostbuildcc.patch') diff --git a/recipes-core/openjdk/openjdk-6-6b32/icedtea-hostbuildcc.patch b/recipes-core/openjdk/openjdk-6-6b32/icedtea-hostbuildcc.patch new file mode 100644 index 0000000..3d7c619 --- /dev/null +++ b/recipes-core/openjdk/openjdk-6-6b32/icedtea-hostbuildcc.patch @@ -0,0 +1,12 @@ +diff --git openjdk/hotspot/make/linux/makefiles/rules.make openjdk/hotspot/make/linux/makefiles/rules.make +index b40c081..2dfbfc8 100644 +--- openjdk/hotspot/make/linux/makefiles/rules.make ++++ openjdk/hotspot/make/linux/makefiles/rules.make +@@ -36,6 +36,7 @@ DEMANGLE = $(DEMANGLER) < $@ > .$@ && mv -f .$@ $@ + # variables: $(CFLAGS), $(CXXFLAGS) and $(CPPFLAGS). + CC_COMPILE = $(CC) $(CXXFLAGS) + CXX_COMPILE = $(CXX) $(CXXFLAGS) $(CFLAGS) ++CC_HOST_COMPILE = $(BUILD_CC) $(CPPFLAGS) $(CFLAGS) + + AS.S = $(AS) $(ASFLAGS) + -- cgit v1.2.3-54-g00ecf