Re: Does OpenJDK statically link the C++ runtime?

2012-01-16 Thread Fredrik Öhrström
2012-01-05 03:03, Dr Andrew John Hughes skrev: >Hence, it is in the provider's interest to make that blob compatible with >as many systems as possible. This is done by statically linking libraries >and is also the reason you'll find copies of system libraries >(libpng, libjpeg, zlib, lcms) in the

Re: Customized make file inclusion

2012-01-16 Thread David Holmes
On 16/01/2012 8:45 PM, Dmitry Samersoff wrote: I'm not sure I catch you idea correct. May be we can just create a directory, something like make.d and then do for i in make.d/* do -include ... done No that's not what I'm trying to do. Take a look at where the existing Defs-embedded.gmk an

Re: Customized make file inclusion

2012-01-16 Thread Dmitry Samersoff
David, I'm not sure I catch you idea correct. May be we can just create a directory, something like make.d and then do for i in make.d/* do -include ... done -Dmitry On 2012-01-16 09:01, David Holmes wrote: > Presently the build system contains some files, and directives involving > those