Re: OS/2 still supported ?

2017-07-25 Thread Dave Yeo

Enrico Weigelt, metux IT consult wrote:

On 25.07.2017 02:04, Kris Maglione wrote:


The only remaining in-tree references to the XP_OS2 macros are in NSPR
and NSS, which are technically separate projects, and have their own
sets of supported platforms.


In esr52 there's a bit more:

gfx/2d/DrawTargetCairo.cpp
gfx/cairo/cairo/src/cairo-features.h.in
gfx/cairo/cairo/src/cairo-mutex-impl-private.h
gfx/cairo/cairo/src/cairo-os2-private.h
gfx/cairo/cairo/src/cairo-os2-surface.c
gfx/cairo/cairo/src/cairo-os2.h
gfx/cairo/cairo/src/cairo.h
js/src/ctypes/CTypes.cpp
js/src/ctypes/libffi/src/closures.c
js/src/ctypes/libffi/src/dlmalloc.c
js/src/ctypes/libffi/src/x86/win32.S
media/libvpx/vp8/common/threading.h
mfbt/Poison.cpp



Cairo and libffi are separate projects that still support OS/2 and are 
used by more then Mozilla.

Dave

___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: Non-tier 1 builders: NSPR usage?

2016-01-16 Thread Dave Yeo

Ted Mielczarek wrote:

Hello,

I'm interested in feedback from anyone out there that's doing builds on
non-Tier 1 platforms. Specifically, I want to know if you build
--with-system-nspr or not. I've got patches[1] to stop using NSPR's
autoconf build system in favor of moz.build files, but I've only made
them support our Tier 1 platforms currently. glandium suggested as a
fallback that on non-Tier 1 platforms we could have the build system
invoke NSPR's configure+make as usual, treating it more like the
--with-system-nspr case. I haven't implemented that, and I was curious
as to what configuration people are actually building in on those
platforms. The other option is to simply require --with-system-nspr on
platforms where our moz.build files don't support building NSPR, but if
folks aren't already doing that that's a bit more of a hassle.

-Ted

1. https://bugzilla.mozilla.org/show_bug.cgi?id=1230117



OS/2 is still using the in-tree NSPR which works fine after running 
autoconf on it (or setting a few things in config.site). If we had to we 
could switch to system-nspr

Dave
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform