1cd817df23
- Update(s) from upstreamed patches: - 8036003-dont-add-unnecessary-debug-links.patch => 8036003-add-with-native-debug-symbols-configure-flag.patch - rh1176206-jdk.patch => 8150954-pr2866-rh1176206-screenshot-xcomposite-jdk.patch => Deleted rh1176206-root.patch as thats no longer needed with upstream 8150954. - Refreshed 8165852-pr3468.patch from upstream. - Refreshed 8201495-s390-java-opts.patch from upstream. - 8207057-pr3613-hotspot-assembler-debuginfo.patch => 8207057-pr3613-assembler-debuginfo-hotspot.patch and 8207057-pr3613-assembler-debuginfo-root.patch. From JDK 8u backport. - Renamed spec-only patch: pr3183.patch => pr3183-rh1340845-system-crypto-policy.patch - Renamed java-1.8.0-openjdk-size_t.patch => 8201495-s390-java-opts.patch - Moved SunEC provider via system NSS to RPM specific patches section. - Moved upstream 8u patches to appropriate sections (8u192/8u202). - Removed rh1214835.patch since it's invalid. See: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2304#c3 - Use --with-native-debug-symbols=internal which JDK-8036003 adds.
23 lines
659 B
Diff
23 lines
659 B
Diff
# HG changeset patch
|
|
# User mduigou
|
|
# Date 1389723922 28800
|
|
# Tue Jan 14 10:25:22 2014 -0800
|
|
# Node ID 842cc183c9f6d29270ff002238248978c08f0a66
|
|
# Parent f0635543beb309c4da1bb88c906a76ee4b75e16d
|
|
8031668, PR2842: TOOLCHAIN_FIND_COMPILER unexpectedly resolves symbolic links
|
|
Reviewed-by: erikj, ihse
|
|
|
|
diff --git a/common/autoconf/toolchain.m4 b/common/autoconf/toolchain.m4
|
|
--- openjdk///common/autoconf/toolchain.m4
|
|
+++ openjdk///common/autoconf/toolchain.m4
|
|
@@ -230,8 +230,8 @@
|
|
$1="$PROPER_COMPILER_$1"
|
|
else
|
|
AC_MSG_RESULT([no, keeping $1])
|
|
- $1="$TEST_COMPILER"
|
|
fi
|
|
+
|
|
TOOLCHAIN_EXTRACT_COMPILER_VERSION([$1], [$COMPILER_NAME])
|
|
])
|
|
|