From patchwork Fri Mar 5 20:15:18 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adhemerval Zanella X-Patchwork-Id: 42334 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 1A59439A5C2E; Fri, 5 Mar 2021 20:16:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1A59439A5C2E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1614975390; bh=OPxpUeataTDfcqPDmUeX0+moEgfIpti8/w8fh8oNa6A=; h=To:Subject:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=YiWLaFMsTJqGJNzaFUvtMyuyOqeqS4QvkulFqLBOXsaYrZHxdh4FrnqmBCDKF57I3 dRHbRLI1iqzCKP9bGvLT2Aa+ZQn3AvQKb+WZHqcLoxs8EMaSpqjy18FZgAmMfue08P Z9ikSVtyUYzQOEIxACIw/5GNL6q2TUNGGZenOz1U= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-qv1-xf2d.google.com (mail-qv1-xf2d.google.com [IPv6:2607:f8b0:4864:20::f2d]) by sourceware.org (Postfix) with ESMTPS id DA36339A5C17 for ; Fri, 5 Mar 2021 20:16:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org DA36339A5C17 Received: by mail-qv1-xf2d.google.com with SMTP id n4so1633216qvl.4 for ; Fri, 05 Mar 2021 12:16:25 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=OPxpUeataTDfcqPDmUeX0+moEgfIpti8/w8fh8oNa6A=; b=Js6Ui/mAaXoPiDFB70M+Mg59db74zAcYC2ITYZtWLSPaqbp6NZgBCzFypisvhKMMNj DWd7MFS3S3oEopaaH/8zYPu3tr81nVllrhjnBUcclwWTdsHlRT54v8XefLrdVF3gXXGS Avey3yuowtw7p/HmtOvGjwoWOyqQwwbXeDNO4HyJPM8Os99yr8BUhwaNxW+r1EAox6fH Z3av6pbIIpt61yPWKhHHv3htFangL2mQo1px7M4Dcfti8/ZOgwsMUtMuTlAa7Vt/soZ4 fBhDp50MX308M6014b7v91e+oi2nCEelPvvZD+f3LuNrLpTmrRv5b9xdeiBcfESHnvqx Wm0w== X-Gm-Message-State: AOAM532+zbb3FAc/Ce5Z0181feF3ijPEceVmwTcfhVNLvArQ3cokHbBw HAx5VZvnkqCkh8gHHWwcIA/Y0O8Y+vS3dQ== X-Google-Smtp-Source: ABdhPJwnjRCyGszm5zYds7T4TCqW3PUYK23ZI6XRGMgk5suswPsWBKE4wqjYq4jmwCNCXOxHc7bN6w== X-Received: by 2002:ad4:410d:: with SMTP id i13mr10227215qvp.44.1614975385350; Fri, 05 Mar 2021 12:16:25 -0800 (PST) Received: from localhost.localdomain ([177.194.48.209]) by smtp.googlemail.com with ESMTPSA id c5sm2526145qkl.21.2021.03.05.12.16.24 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 05 Mar 2021 12:16:25 -0800 (PST) To: libc-alpha@sourceware.org Subject: [PATCH 52/52] timezone: Use LFS and 64 bit time_t for installed programs Date: Fri, 5 Mar 2021 17:15:18 -0300 Message-Id: <20210305201518.798584-53-adhemerval.zanella@linaro.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210305201518.798584-1-adhemerval.zanella@linaro.org> References: <20210305201518.798584-1-adhemerval.zanella@linaro.org> MIME-Version: 1.0 X-Spam-Status: No, score=-13.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Adhemerval Zanella via Libc-alpha From: Adhemerval Zanella Reply-To: Adhemerval Zanella Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" It is enabled for zdump and zic. --- timezone/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/timezone/Makefile b/timezone/Makefile index 395abfeebd..cb95fb792f 100644 --- a/timezone/Makefile +++ b/timezone/Makefile @@ -61,6 +61,7 @@ tz-cflags = -DTZDIR='"$(zonedir)"' \ -DTZDEFRULES='"$(posixrules-file)"' \ -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone \ -DHAVE_GETTEXT -DUSE_LTZ=0 -D_ISOMAC -DTZ_DOMAIN='"libc"' \ + -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 \ -include $(common-objpfx)config.h -Wno-maybe-uninitialized # The -Wno-unused-variable flag is used to prevent GCC 6