log test/dynload_plain/Makefile.embedded @ 571:996424e8a5fc

age author description
Sun, 04 Sep 2022 16:29:30 +0200 Tassilo Philipp test/dynload_plain: use same CFLAGS to build UTF-8 path helper lib with as for main build (fixes building this helper lib w/ incompatible instruction set on some platforms)
Sun, 04 Sep 2022 15:57:28 +0200 Tassilo Philipp - test/dynload_plain: simplify makefile based build by deducing default c lib to test with from a simple helper build
Sun, 04 Sep 2022 15:28:13 +0200 Tassilo Philipp - test/dynload_plain: make build deduce native libc to use for testing from more elemental tool (using [(1) now instead of ls(1), reason is that on some x64 sunos platforms, ls is 32bit; yes, hacky fix)
Sun, 04 Sep 2022 14:29:12 +0200 Tassilo Philipp - test/dynload_plain: fix on some sunos platforms selecting libc to test
Sun, 04 Sep 2022 11:28:09 +0200 Tassilo Philipp - test/dynload_plain fix for some sunos platforms
Wed, 13 Nov 2019 16:13:07 +0100 Tassilo Philipp - test/dynload_plain build fix for Darwin cc (use flag -dynamiclib instead of -shared to build test .dylib)
Tue, 05 Nov 2019 15:19:16 +0100 Tassilo Philipp - dynload_plain test: stability fix for picking right testing lib on build
Thu, 24 Oct 2019 23:19:20 +0200 Tassilo Philipp dynload UTF-8 support for library paths:
Thu, 06 Apr 2017 02:13:57 +0200 Tassilo Philipp tests: