RFR: Change newly introduced CLIB variable names to LIBC

David Holmes david.holmes at oracle.com
Thu Apr 27 00:39:10 UTC 2017


You made a mistake in common/autoconf/buildjdk-spec.gmk.in

-OPENJDK_TARGET_CLIB := @OPENJDK_BUILD_CLIB@
+OPENJDK_TARGET_LIB := @OPENJDK_BUILD_LIBC@

Mising 'C'

David

On 27/04/2017 8:54 AM, Mikael Vidstedt wrote:
>
> Alan asked why I chose to use “CLIB” for the various variable names/defines I introduced in autoconf/make/code/release file, rather than the much more reasonable “LIBC”. He is, of course, totally right, so this change changes all the occurrences from CLIB to use LIBC instead:
>
> top: http://cr.openjdk.java.net/~mikael/webrevs/portola/clib2libc/webrev.00/webrev/ <http://cr.openjdk.java.net/~mikael/webrevs/portola/clib2libc/webrev.00/webrev/>
> hotspot: http://cr.openjdk.java.net/~mikael/webrevs/portola/clib2libc/webrev.00/hotspot/webrev/ <http://cr.openjdk.java.net/~mikael/webrevs/portola/clib2libc/webrev.00/hotspot/webrev/>
> jdk: http://cr.openjdk.java.net/~mikael/webrevs/portola/clib2libc/webrev.00/jdk/webrev/
>
> Please have a look and verify the sanity of the changes!
>
> Cheers,
> Mikael
>


More information about the portola-dev mailing list