Fix zero build on arm
Andrew Hughes
gnu.andrew at redhat.com
Wed Apr 17 13:56:58 UTC 2013
----- Original Message -----
>
>
> On 2013-04-17 04:05, Omair Majid wrote:
> > Hi,
> >
> > The following webrev makes zero build succesfully on arm:
> > http://cr.openjdk.java.net/~omajid/webrevs/zero-on-arm/00/
> >
> > The only problem I ran into while trying to build zero on armv7l is that
> > the gcc there does not like -m32. The changes make the build system
> > check whether the compiler supports the -m32/-m64 flag before using it.
> >
> > Any thoughts or comments?
> >
> In jdk/makefiles/GensrcX11Wrappers.gmk
> Line 91: seems to be missing a dash before the m.
>
> ./common/autoconf/platform.m4
> Line 422: Misspelled comment
> Line 437 and 440, could be simplified and moved to before the if.
> Line 436: don't you need a "test" after the if? At least that's the form
> we have used in the configure script.
>
> /Erik
>
>
Where are you getting this line numbers from? I don't see any.
--
Andrew :)
Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)
PGP Key: 248BDC07 (https://keys.indymedia.org/)
Fingerprint = EC5A 1F5E C0AD 1D15 8F1F 8F91 3B96 A578 248B DC07
More information about the build-dev
mailing list