This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Add BeOS support for libstdc++-v3
Phil Edwards <pedwards@disaster.jaj.com> writes:
[...]
| > + beos*)
| > + enable_threads='beos'
| > + os_include_dir="config/os/generic"
| > + ;;
| > bsd* | freebsd*)
| > os_include_dir="config/os/bsd"
| > ;;
|
| means that BeOS-native threads will /always/ be used. Currently we default
| to no threads on all platforms, and the installer must request them (e.g.,
| "--enable-threads=beos"). This patch means that BeOS alone would be in
| the reverse situation.
Is there any reason we should default to 'no threads' on all plateforms?
-- Gaby
CodeSourcery, LLC http://www.codesourcery.com