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
- Previous message (by thread): RFR: 8034094: SA agent can't compile when jni_x86.h is used
- Next message (by thread): RFR: JDK-8034098: Configure leaves 'a.out' in root dir.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- rm -rf version-script.map main.c
- rm -rf version-script.map main.c a.out
fi
AC_SUBST(USING_BROKEN_SUSE_LD)
])
/Erik
- Previous message (by thread): RFR: 8034094: SA agent can't compile when jni_x86.h is used
- Next message (by thread): RFR: JDK-8034098: Configure leaves 'a.out' in root dir.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]