public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/51470] New: [4.7 regression] make sure libgcj_bc=yes iff enable_shared=yes
@ 2011-12-08 19:32 jojelino at gmail dot com
  2011-12-08 21:55 ` [Bug libgcj/51470] " jojelino at gmail dot com
  0 siblings, 1 reply; 2+ messages in thread
From: jojelino at gmail dot com @ 2011-12-08 19:32 UTC (permalink / raw)
  To: java-prs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51470

             Bug #: 51470
           Summary: [4.7 regression] make sure libgcj_bc=yes iff
                    enable_shared=yes
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgcj
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: jojelino@gmail.com
              Host: i686-pc-cygwin
            Target: i686-pc-cygwin
             Build: i686-pc-cygwin


Created attachment 26029
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26029
preprocessed fix

i tried to configure libjava, but generated config.status had strange
configuration.
S["USE_LIBGCJ_BC_FALSE"]=""
S["USE_LIBGCJ_BC_TRUE"]="#"
S["ENABLE_SHARED_FALSE"]="#"
S["ENABLE_SHARED_TRUE"]=""
why this happened? i saw this in libjava/configure.ac
if test "$enable_shared" != yes; then
  use_libgcj_bc=no
fi
there isn't any declaration about use_libgcj_bc, so use_libgcj_bc would default
to  no.
here is proposal to fix the problem.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug libgcj/51470] [4.7 regression] make sure libgcj_bc=yes iff enable_shared=yes
  2011-12-08 19:32 [Bug libgcj/51470] New: [4.7 regression] make sure libgcj_bc=yes iff enable_shared=yes jojelino at gmail dot com
@ 2011-12-08 21:55 ` jojelino at gmail dot com
  0 siblings, 0 replies; 2+ messages in thread
From: jojelino at gmail dot com @ 2011-12-08 21:55 UTC (permalink / raw)
  To: java-prs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51470

gee <jojelino at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from gee <jojelino at gmail dot com> 2011-12-08 21:54:33 UTC ---
Now it's invalid.
## This is specific to Linux/{Free,Net,Open}BSD/Hurd and perhaps few others.
## USE_LIBGCJ_BC shouldn't be set on other targets.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-12-08 21:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-08 19:32 [Bug libgcj/51470] New: [4.7 regression] make sure libgcj_bc=yes iff enable_shared=yes jojelino at gmail dot com
2011-12-08 21:55 ` [Bug libgcj/51470] " jojelino at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).