195d8173c7
bug1-bug2-..-bugN-XY-lowercase_comment_suffix_or_jdkpart.patch XY is number 01-99 for patches which are order sensitive or simply counts together where bugs are jdkIJK or prLMN or rhOPQ and if more bugs (which is desired) then in jdk->pr->rh order. I..Q are numbers corresponding to: https://bugs.openjdk.java.net/browse/JDK-IJK https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=LMN https://bugzilla.redhat.com/show_bug.cgi?id=OPQ
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])
|
|
])
|
|
|