From patchwork Fri Mar 5 20:15:14 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adhemerval Zanella Netto X-Patchwork-Id: 42328 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 DA79A39A5C1B; Fri, 5 Mar 2021 20:16:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DA79A39A5C1B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1614975384; bh=im3InOw5bMSJP1/8SSP9lpj9pxAYcbPSXniVbgo4xic=; 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=QTZiqcBBDO+DyR0D8CXicyL7CloIo7P+f/mAc3oy8V+Fkqb5JhJKkOElP56dFr6lS Do7f7uRJgXz7bheIMxo/WHGMbnaWXd5ul12VmlXCn+H+6cyV9yhyklG5TX1ZXp+DRI UQnT19kg7sMd/Wu3FkwhFlIke0jnq2n9PqUa5/Eo= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-qt1-x82f.google.com (mail-qt1-x82f.google.com [IPv6:2607:f8b0:4864:20::82f]) by sourceware.org (Postfix) with ESMTPS id 696C9399F035 for ; Fri, 5 Mar 2021 20:16:21 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 696C9399F035 Received: by mail-qt1-x82f.google.com with SMTP id v3so2780936qtw.4 for ; Fri, 05 Mar 2021 12:16:21 -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=im3InOw5bMSJP1/8SSP9lpj9pxAYcbPSXniVbgo4xic=; b=ewLm9EFKEJlrL5h/ciKWaE+XBZ2lnywf9SUshXmSHisrMU7mwYL9Q3+CchhopIwAdY nNGSwUjmI/qjsBA/dwq7Lz+Df///MurswwLudve6ybunf5JWXLoFOJODAhtF1YSEqvcd +D5srYRDACiy5cmZFl0HleGNzFrsvn6tKaPK+plN41jYNEyeuYBfIPa4vyTZNzJ2NwCz gYfA1On3J+FtAkVDpLTI79DsNFHMZU4IOYGSPa97KUqqM8kbuss9Qg77Z9jJ7quITfh4 kq27VGzRqZJkiUq0y38YScbtHGd+Iv69HyB9nHjJjlKPUrizin827ujm0eKZ/AyucdFn fteA== X-Gm-Message-State: AOAM532LeJ+8/NjREmoo4R0p3G/Cfa8aE2TnV8Nyu3ESMDMAJgGFndNS 9PivoJTM4k+aHbwj8rDCL/fZhKqAzZapKQ== X-Google-Smtp-Source: ABdhPJyLQ+FblPfmntJjV2ozxoo4mJbBmmSFIFO4MPW2cY7PUDDzGfz8e5vUqaZk3RstXuNwmOP+WQ== X-Received: by 2002:ac8:7c9:: with SMTP id m9mr10948467qth.105.1614975380863; Fri, 05 Mar 2021 12:16:20 -0800 (PST) Received: from localhost.localdomain ([177.194.48.209]) by smtp.googlemail.com with ESMTPSA id c5sm2526145qkl.21.2021.03.05.12.16.20 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 05 Mar 2021 12:16:20 -0800 (PST) To: libc-alpha@sourceware.org Subject: [PATCH 48/52] iconv: Use LFS and 64 bit time_t for installed programs Date: Fri, 5 Mar 2021 17:15:14 -0300 Message-Id: <20210305201518.798584-49-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 Netto Reply-To: Adhemerval Zanella Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" It is enabled for iconv and iconvconfig. --- iconv/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/iconv/Makefile b/iconv/Makefile index 659857dd8c..b7494efd0c 100644 --- a/iconv/Makefile +++ b/iconv/Makefile @@ -94,6 +94,14 @@ $(inst_bindir)/iconv: $(objpfx)iconv_prog $(+force) $(objpfx)iconv_prog: $(iconv_prog-modules:%=$(objpfx)%.o) $(objpfx)iconvconfig: $(iconvconfig-modules:%=$(objpfx)%.o) +include $(o-iterator) +define o-iterator-doit +$(foreach f,$(others:%s=$(objpfx)%.o) $(iconv_prog-modules) \ + $(iconvconfig-modules), \ + $(objpfx)$(f)$(o)): CFLAGS += -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 +endef +object-suffixes-left := $(all-object-suffixes) +include $(o-iterator) $(objpfx)test-iconvconfig.out: /dev/null $(objpfx)iconvconfig (set -e; \