This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: PATCH, v3: fix error from configure


Ben Elliston <bje@au1.ibm.com> writes:

> On some targets, $target_thread_file can be unset (I'm not sure if that
> is the right behaviour or not).  This patch protects against a "unary
> operator expected" error from the configure script.  OK for mainline?

The problem would seem to be that GLIBCXX_ENABLE_THREADS comes after
GLIBCXX_ENABLE_ATOMIC_BUILTINS in libstdc++-v3/configure.ac.  Can you
try just flipping those two?

Ian


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