From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x102a.google.com (mail-pj1-x102a.google.com [IPv6:2607:f8b0:4864:20::102a]) by sourceware.org (Postfix) with ESMTPS id B6F7E3858005 for ; Mon, 28 Jun 2021 21:09:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B6F7E3858005 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=adacore.com Received: by mail-pj1-x102a.google.com with SMTP id in17-20020a17090b4391b0290170ba0ec7fcso84623pjb.4 for ; Mon, 28 Jun 2021 14:09:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=WgYAjeh2dNTrezZlPksF0IHUDDZL1uSJImEeCDj7dNk=; b=kVpH/8tuNruXzBfaH0IBgPA6IHLyYmA/yGXaIJ+SxUJhc8GNWegDp2ScNxLy6a/gsp xIv7J6fhPszXAd98RudQibJez68pcfz99I1nrLnqbyaYEhLt+J5JReCI4t8NttrsSMIH yoesB+VRiAeuYdSgVZPfKdf0xSTdrGniR3SJhhY5vPtQ9zT0VFAmR/U/ZQlDUZlyeOtZ x9lLXl2xTGRbG0Pwy2uVS+bhtEWZCadGjCUND8O1MDi2rnEkJF7JiF9pQlOcBL2h5cX7 TTUwVTu0eA20hVcOMGXCCSQRx9a15Mm8LTmOTZblEeBq6FZg7VMm6Byne40JsFlDqqUQ knZg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=WgYAjeh2dNTrezZlPksF0IHUDDZL1uSJImEeCDj7dNk=; b=P6nwmdvNtQl1fVRUmEoTWdhZUzzqH9V9ychDzFN9UqdMSzZrcfyxZsF/WLaC9KxhCk G+ibNurZypFgvjxcjRuVQhtkp5Xidqw5rd1glSTaVFJPrthyuTDaJwtU52IazRDimwlC 8X50vZMQ8P1yV5sJmqCocaEvECFtS/wVAiRQhMx/TN364ZEuwRFty9H/Hmlv4ZUTPCDb xAabMQLVBaBHMBzh4LIppkrGi4bkgKWtjBkqK+TzNanxR3elyK1bpE5IcboXRuDq9exA UcdptGDhsemAc1Q/wViFa/9BawKKcp6iUsHq4q/DUVL3zm9+bxV2tWOfbhyl1SkLt/4J iWWw== X-Gm-Message-State: AOAM530Fm7A7MTL19+r9owVzUzMz7mJ9sNXYeSviIDkfjPdHchbdUTGQ sGFBfmVguRU/6dgQ3O8If0mb X-Google-Smtp-Source: ABdhPJww3ieCfuYlPTcvL4SwN54vJXZD0lbvv2nlr0nxl8hfJv6WbUyykJoPFuC2twAABWo5bbFpIg== X-Received: by 2002:a17:902:c409:b029:128:bbc8:37f7 with SMTP id k9-20020a170902c409b0290128bbc837f7mr12432246plk.36.1624914566887; Mon, 28 Jun 2021 14:09:26 -0700 (PDT) Received: from takamaka.home ([184.69.131.86]) by smtp.gmail.com with ESMTPSA id k13sm816367pgh.82.2021.06.28.14.09.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 28 Jun 2021 14:09:26 -0700 (PDT) Received: by takamaka.home (Postfix, from userid 1000) id 6815689B6D; Mon, 28 Jun 2021 14:09:25 -0700 (PDT) Date: Mon, 28 Jun 2021 14:09:25 -0700 From: Joel Brobecker To: Tom Tromey Cc: German Salazar , binutils@sourceware.org, Joel Brobecker Subject: Re: Dependencies: gmp, mpfr, mpc Message-ID: <20210628210925.GD550682@adacore.com> References: <87r1glrbn0.fsf@tromey.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87r1glrbn0.fsf@tromey.com> X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, 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: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2021 21:09:29 -0000 > Mike> gdb requires mpfr, but that's it. > > gdb started using gmp a while ago as well. Now that I think of it, I think mpfr is actually optional (while gmp is mandatory). -- Joel