Closed GoogleCodeExporter closed 8 years ago
The patch does three kind of things:
- replace any occurence of hardcoded -lpthread and -lm with LIBPTHREAD and LIBM
variables, respectively
- add autoconf checks to detect if -lm and -lpthread are required to get their
respective API linked-in. Under Haiku, both API are builtin default library,
libroot.so, so no extra libs are required.
- add Haiku-specific code to retrieve system's CPU counts to support default
multithreading mode.
Original comment by philippe...@gmail.com
on 16 Nov 2010 at 12:31
Original comment by scottdra...@gmail.com
on 20 Nov 2010 at 4:35
We don't plan to support Haiku, sorry.
Original comment by scottdra...@gmail.com
on 20 Nov 2010 at 4:36
Original comment by scottdra...@gmail.com
on 20 Nov 2010 at 4:36
Original issue reported on code.google.com by
philippe...@gmail.com
on 16 Nov 2010 at 12:23Attachments: