issues compiling adlc
Bob Vandette
bob.vandette at oracle.com
Wed Aug 10 12:39:18 UTC 2016
Are you using "--with-jvm-variants=minimal1”
This should avoid the compilation of adlc.
Bob.
> On Aug 10, 2016, at 6:31 AM, Johan Vos <johan at lodgon.com> wrote:
>
> When building the latest with XCode 7.3.1 I ran into the issue that
> hotspot/src/share/vm/adlc/adlparse.cpp could not be compiled due to an
> "Unsupported architecture".
> It seems that there the flags that are passed with the other compile tasks
> (e.g. -arch arm64) are not passed for this file.
> When I add -arch arm64 to the clang++ task, it works.
>
> I also notice that CompileJvm.gmk defines
> JVM_EXCLUDES +=adlc
> EXCLUDES := $(JVM_EXCLUDES)
>
> But I'm not sure this indicates adlc should not be compiled at all, or just
> not included in libraries.
>
> - Johan
More information about the mobile-dev
mailing list