[patch] Fix zero builds for non-listed architectures

Erik Joelsson erik.joelsson at oracle.com
Wed Aug 31 14:36:34 UTC 2016


Hello,

I think the second one is better. Is there a bug filed for this?

/Erik


On 2016-08-30 14:33, Matthias Klose wrote:
> The zero build for architectures not explicitly listed fails currently in
> hotspot, because of an unset macro, and the compiler complains about a single -D
> option passed.
>
> Here are two proposals how to fix these:
>
>   - Not passing the -D<cpu_define> if it is not set. Afaik the define
>     is only used for hotspot builds, not for zero builds.
>
>   - Provide a fall back for "unknown" zero architectures.
>
> Matthias




More information about the build-dev mailing list