RFR: JDK-8034098: Configure leaves 'a.out' in root dir. (original) (raw)

Erik Joelsson erik.joelsson at oracle.com
Mon Feb 10 15:21:40 UTC 2014


Here is a small patch that stops configure from leaving 'a.out' in the root directory.

Bug: https://bugs.openjdk.java.net/browse/JDK-8034098

Patch: diff -r c99adfb5c4c1 common/autoconf/toolchain.m4 --- a/common/autoconf/toolchain.m4 +++ b/common/autoconf/toolchain.m4 @@ -1205,7 +1205,7 @@ AC_MSG_RESULT(yes) USING_BROKEN_SUSE_LD=yes fi

fi
AC_SUBST(USING_BROKEN_SUSE_LD)

])

/Erik



More information about the build-dev mailing list