first iceadtea cross-compile patch: disable sanity checks
Robert Schuster
theBohemian at gmx.net
Tue Mar 31 12:54:32 PDT 2009
Hi Andrew,
Andrew John Hughes schrieb:
> Can we actually have --disable-sanity-checks rather than
> --enable-experimental-openjdk-cross-compilation
> too? :)
>
> AC_MSG_CHECKING(whether to disable sanity checks)
> AC_ARG_ENABLE([sanity-checks],
> [AS_HELP_STRING([--disable-sanity-checks],
> [Disable sanity checks run by the OpenJDK build which
> require host==build])],
> [disable_sanity_checks="${enableval}"],
> [disable_sanity_checks="${cross_compiling}"])
> AM_CONDITIONAL([DISABLE_SANITY_CHECKS], [test x$DISABLE_SANITY_CHECKS = xyes])
> AC_MSG_RESULT(${disable_sanity_checks})
at this time --enable-experimental-openjdk-cross-compilation only
disables the checks incompatible with
host!=build. Later patches will built on this and use the Makefile
variable CROSS_COMPILATION
that I introduced as well.
So my question is. Do you want a separate configure option, that can
only disable the above mentioned sanity checks and is otherwise
independent from the CROSS_COMPILATION stuff that is coming?
Additionally Matthews was not happy with the former name since it is
actually not disabling all sanity checks (which the name may imply) but
only some of them.
Regards
Robert
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 260 bytes
Desc: OpenPGP digital signature
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20090331/97bfd7fb/signature.asc
More information about the distro-pkg-dev
mailing list