From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 11757 invoked from network); 21 Oct 2021 15:34:13 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 21 Oct 2021 15:34:13 -0000 Received: (qmail 30686 invoked by uid 550); 21 Oct 2021 15:34:10 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 30654 invoked from network); 21 Oct 2021 15:34:09 -0000 Date: Thu, 21 Oct 2021 17:33:57 +0200 From: Szabolcs Nagy To: Terefang Verigorn Cc: musl@lists.openwall.com Message-ID: <20211021153357.GR37904@port70.net> Mail-Followup-To: Terefang Verigorn , musl@lists.openwall.com References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [musl] musl-gcc and spec not installed in DESTDIR * Terefang Verigorn [2021-10-19 05:17:35 +0200]: > hello > > after compiling musl i issue > > make DESTDIR=${root.dir} obj/musl-gcc lib/musl-gcc.specs install-tools > > the output is: > > make: Nothing to be done for 'install-tools'. > > is there anything special needed to install the wrapper and spec file ? you may need to --enable-wrapper if your toolchain is non-glibc based.