[PATCH] Add BeOS support for libstdc++-v3
Phil Edwards
pedwards@disaster.jaj.com
Tue Nov 21 14:28:00 GMT 2000
On Tue, Nov 21, 2000 at 11:09:06AM -0500, Daniel Berlin wrote:
> This patch and new file add support for BeOS (including multithreaded
> support) to libstdc++.
I don't have approval/rejection authority; I just wanted to point out that
this part:
> Index: configure.target
> ===================================================================
> RCS file: /cvs/gcc/egcs/libstdc++-v3/configure.target,v
> retrieving revision 1.2
> diff -c -3 -p -r1.2 configure.target
> *** configure.target 2000/11/17 20:35:06 1.2
> --- configure.target 2000/11/18 15:31:43
> *************** case "${target_os}" in
> *** 81,86 ****
> --- 81,90 ----
> aix*)
> os_include_dir="config/os/aix"
> ;;
> + 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.
That might even be the way we're heading on all platforms, in which case
the BeOS port is simply leading the way. :-)
I don't see any problems, just wanted to make certain all that was clear.
Phil
--
pedwards at disaster dot jaj dot com | pme at sources dot redhat dot com
devphil at several other less interesting addresses in various dot domains
The gods do not protect fools. Fools are protected by more capable fools.
More information about the Gcc-patches
mailing list