diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2014-12-17 11:38:12 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-12-17 11:38:12 -0200 |
commit | 12a0b10b35b1829eec11ea653af53d127a8b6fd1 (patch) | |
tree | fe646688d88d97dc03a587b13e93200d14ce2ad5 /recipes-core/openjdk/openjdk-6-6b32/icedtea-hostbuildcc.patch | |
parent | 219c6bfc9ae9456e06b08e1cc49c83060f5196d2 (diff) | |
parent | afe557fbe78e799b78ccb44567bbff71c421d3f2 (diff) | |
download | meta-java-12a0b10b35b1829eec11ea653af53d127a8b6fd1.tar.gz |
Merge branch 'yocto_1.8' of https://github.com/mindrunner/meta-java into pending
* 'yocto_1.8' of https://github.com/mindrunner/meta-java:
openjdk-7: inherit pkgconfig
ecj: fix unpackpost task
openjdk: add pkgconfig support
README: minor fixes
README: update openjdk6 to the latest icedtea version
openjdk6: add version 1.13.4
jamvm: update git url to sourceforge while berlios is gone
java-test-image: add jamvm, cacao and classpath
jamvm: update git version to ebd11bde0a97b57f0d18938c6b65468d3c932719
jamvm: add inherit pkgconfig
README: update for icedtea version 1.12.8
cacao: fix target compilation and packaging
openjdk-common.inc: fix qemu usage
openjdk6: update icedtea 1.12 to version 1.12.8
libmatthew: Remove the dummy jar symlink
openjdk-7-release-25b30.inc: add patch to fix hotstop build
openjdk-7-release-25b30.inc: move nio patch to main section.
openjdk-7-25b30: Forward port ppc patches
Diffstat (limited to 'recipes-core/openjdk/openjdk-6-6b32/icedtea-hostbuildcc.patch')
-rw-r--r-- | recipes-core/openjdk/openjdk-6-6b32/icedtea-hostbuildcc.patch | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ | |||
1 | diff --git openjdk/hotspot/make/linux/makefiles/rules.make openjdk/hotspot/make/linux/makefiles/rules.make | ||
2 | index b40c081..2dfbfc8 100644 | ||
3 | --- openjdk/hotspot/make/linux/makefiles/rules.make | ||
4 | +++ openjdk/hotspot/make/linux/makefiles/rules.make | ||
5 | @@ -36,6 +36,7 @@ DEMANGLE = $(DEMANGLER) < $@ > .$@ && mv -f .$@ $@ | ||
6 | # variables: $(CFLAGS), $(CXXFLAGS) and $(CPPFLAGS). | ||
7 | CC_COMPILE = $(CC) $(CXXFLAGS) | ||
8 | CXX_COMPILE = $(CXX) $(CXXFLAGS) $(CFLAGS) | ||
9 | +CC_HOST_COMPILE = $(BUILD_CC) $(CPPFLAGS) $(CFLAGS) | ||
10 | |||
11 | AS.S = $(AS) $(ASFLAGS) | ||
12 | |||