- Original Message -
> Hi,
>
> we are building the jdk7u ppc port on gcc 4.1.2. This fails since
> "8147466: Add -fno-strict-overflow to IndicRearrangementProcessor{,2}.cpp"
> as the gcc flag introduced there is not known to gcc 4.1.2.
> I just guard it by the compiler version.
>
> Pleas
Hi Andrew,
thanks for the quick reply.
I wanted to use the syntax I know from
hotspot/make/linux/makefiles/gcc.make
I think it's easier to understand if it's everywhere noted down
similarly.
Best regards,
Goetz
> -Original Message-
> From: Andrew Haley [mailto:a...@redhat.com]
> S
On 13/07/16 09:53, Lindenmaier, Goetz wrote:
> we are building the jdk7u ppc port on gcc 4.1.2. This fails since
> "8147466: Add -fno-strict-overflow to IndicRearrangementProcessor{,2}.cpp"
> as the gcc flag introduced there is not known to gcc 4.1.2.
> I just guard it by the compiler version.
>
Hi,
we are building the jdk7u ppc port on gcc 4.1.2. This fails since
"8147466: Add -fno-strict-overflow to IndicRearrangementProcessor{,2}.cpp"
as the gcc flag introduced there is not known to gcc 4.1.2.
I just guard it by the compiler version.
Please review this change.
http://cr.openjdk.java.