Commit Graph

9 Commits

Author SHA1 Message Date
sailor001 fbd825927b Add musl/OHOS compatibility: dlopen caching, _LARGEFILE64_SOURCE, config.guess
* configure.ac: Check for dlopen in libc before trying -ldl. On musl
  (and OpenHarmony), dlopen is part of libc with no separate libdl.

* configure.ac: Add _LARGEFILE64_SOURCE fallback detection for fopen64.
  On musl, fopen64 needs this define to be declared; glibc exposes it
  via _LARGEFILE_SOURCE alone.

* config.guess: Recognize HarmonyOS uname -s output and canonicalize
  as *-unknown-linux-ohos.
2026-06-24 15:18:34 +08:00
Cary R 12b87da742 Update config.guess and config.sub to latest versions 2025-10-11 11:02:12 -07:00
Cary R a676078ffc Update config.guess and config.sub 2024-11-26 23:46:58 -08:00
a1ca7raz 20753ee6c5 Update config.guess and config.sub 2023-04-18 19:26:42 +08:00
Martin Whitaker 9ac374501c Updated config.guess and config.sub.
Sourced from the config project at http://git.savannah.gnu.org. This
version correctly identifies both 32 and 64 bit versions of mingw-w64.
2015-05-04 18:40:53 +01:00
Cary R 9669ccd011 Update config.guess and config.sub to latest version.
This patch updates the config.guess and config.sub files to the
latest ones from automake 1.11.
2009-09-03 16:56:54 -07:00
steve 0cfac55d8a Update config.guess and config.sub 2003-07-20 18:18:09 +00:00
steve b59cc5ff6d Update config.sub and config.guess scripts. 2001-07-22 19:50:55 +00:00
steve 8bad04a020 cannonical make targets, and strip on install. 1999-10-23 16:55:51 +00:00