[Bug 310] icedtea6: icedtea patch to disable sanity checks

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Sat Mar 28 09:24:42 PDT 2009


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=310





------- Comment #6 from martinrb at google.com  2009-03-28 16:24 -------
(In reply to comment #4)
> Created an attachment (id=182)
 --> (http://icedtea.classpath.org/bugzilla/attachment.cgi?id=182&action=view) [details]
> patch to allow configuring to disable sanity check
> 
> This is the actual patch against icedtea that adds a --disable-sanity-checks
> configure option. This in turn enable that the OpenJDK makefiles are called
> with 'DISABLE_SANITY_CHECKS=true'.

There is already a mechanism INSANE=true to disable all sanity checks.
I think this option will inevitably introduce confusion.
Perhaps it should be more explicitly named, e.g.
--disable-cross-compilation-sanity-checks
or perhaps introduce a flag
--cross-compile
which indicates that none of the built binaries can be run.
Is there a precedent with other configure scripts?


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the distro-pkg-dev mailing list