/[packages]/cauldron/java-1.8.0-openjdk/current/SOURCES/fix_ZERO_ARCHDEF_ppc.patch
ViewVC logotype

Contents of /cauldron/java-1.8.0-openjdk/current/SOURCES/fix_ZERO_ARCHDEF_ppc.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 757128 - (show annotations) (download)
Wed Oct 15 20:45:24 2014 UTC (9 years, 6 months ago) by luigiwalser
File size: 481 byte(s)
sync with fedora as of 2014-09-25
1 diff --git a/common/autoconf/platform.m4 b/common/autoconf/platform.m4
2 --- jdk8/common/autoconf/platform.m4
3 +++ jdk8/common/autoconf/platform.m4
4 @@ -367,7 +367,8 @@
5
6 # ZERO_ARCHDEF is used to enable architecture-specific code
7 case "${OPENJDK_TARGET_CPU}" in
8 - ppc*) ZERO_ARCHDEF=PPC ;;
9 + ppc) ZERO_ARCHDEF=PPC32 ;;
10 + ppc64) ZERO_ARCHDEF=PPC64 ;;
11 s390*) ZERO_ARCHDEF=S390 ;;
12 sparc*) ZERO_ARCHDEF=SPARC ;;
13 x86_64*) ZERO_ARCHDEF=AMD64 ;;

  ViewVC Help
Powered by ViewVC 1.1.30