From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Wed, 27 Dec 2017 17:35:27 +0100 Subject: [Buildroot] [PATCH v2] gdb: prevent installation of libbfd.so and libopcode.so In-Reply-To: <20171208212952.20366-1-ps.report@gmx.net> (Peter Seiderer's message of "Fri, 8 Dec 2017 22:29:52 +0100") References: <20171208212952.20366-1-ps.report@gmx.net> Message-ID: <87fu7wp1rk.fsf@dell.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Peter" == Peter Seiderer writes: > The gdb install target installs dynamic versions of libbfd and > libopcode, accidentally overwriting the binutils provided versions > (gdb itself links against the bundled static ones to avoid > version problems, so the dynamic ones are un-needed). > Prevent the installation by using the '--disable-install-libbfd' > configure option. > Signed-off-by: Peter Seiderer > --- > Changes v1 -> v2: > - enhance commit log (suggested by Thomas Petazzoni) > - use --disable-install-libbfd instead of --disable-shared Committed to 2017.11.x, thanks. -- Bye, Peter Korsgaard