This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: printing exceptions?


>>>>> "Alexandre" == Alexandre Oliva <aoliva@redhat.com> writes:

>> libgcj_la_LDFLAGS = -rpath $(toolexeclibdir) $(THREADLIBS) $(LIBLTDL) \
>> $(GCLIBS) $(ZLIBS) \

Alexandre> Do we need any configure option to get THREADLIBS set?  Why
Alexandre> isn't it enabled by default?  Since GCC moved to enabling
Alexandre> threads by default, I think it would be reasonable for
Alexandre> libjava to do so too, no?

We get the thread model by asking gcc:

    THREADS=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`

We use that to compute what we need.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]