From 7cc1d8a3a0290020038a86dfd816a9812f5f5829 Mon Sep 17 00:00:00 2001 From: Hood Chatham Date: Tue, 17 Jun 2025 21:34:30 -0700 Subject: [PATCH] gh-127146: Enable large files on Emscripten (GH-135635) Large files have been fully supported by Emscripten for a long time. (cherry picked from commit 01c80b265060f016d3534eb74d540363808804e1) Co-authored-by: Hood Chatham --- configure | 7 ------- configure.ac | 4 ---- 2 files changed, 11 deletions(-) diff --git a/configure b/configure index 882e0409d60401..bc996235c700b5 100755 --- a/configure +++ b/configure @@ -12979,13 +12979,6 @@ if test "$ac_cv_sizeof_off_t" -gt "$ac_cv_sizeof_long" -a \ else have_largefile_support="no" fi -case $ac_sys_system in #( - Emscripten) : - have_largefile_support="no" - ;; #( - *) : - ;; -esac if test "x$have_largefile_support" = xyes then : diff --git a/configure.ac b/configure.ac index c26e5c7fd1ddc0..47198c8722e872 100644 --- a/configure.ac +++ b/configure.ac @@ -3172,10 +3172,6 @@ if test "$ac_cv_sizeof_off_t" -gt "$ac_cv_sizeof_long" -a \ else have_largefile_support="no" fi -dnl LFS does not work with Emscripten 3.1 -AS_CASE([$ac_sys_system], - [Emscripten], [have_largefile_support="no"] -) AS_VAR_IF([have_largefile_support], [yes], [ AC_DEFINE([HAVE_LARGEFILE_SUPPORT], [1], [Defined to enable large file support when an off_t is bigger than a long pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy