public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] configure: Do not build the ununsed libffi shared library.
@ 2023-08-12  0:59 Alan Modra
  0 siblings, 0 replies; only message in thread
From: Alan Modra @ 2023-08-12  0:59 UTC (permalink / raw)
  To: bfd-cvs, gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=6d80d4cf716e4d8d066cba03915cc794dde65110

commit 6d80d4cf716e4d8d066cba03915cc794dde65110
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Mon Aug 7 13:07:10 2023 +0200

    configure: Do not build the ununsed libffi shared library.
    
    We do not use the shared libffi libraray, nor do we install it.
    However, on at least Darwin, the shared version will be picked
    up for testing, so it is preferrable not to build it.
    
    Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
    
            * Makefile.def: Do not build shared libffi.

Diff:
---
 Makefile.def | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.def b/Makefile.def
index 2f51f83b043..1156d2bdf23 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -187,7 +187,8 @@ target_modules = { module= libtermcap; no_check=true;
                    missing=maintainer-clean; };
 target_modules = { module= winsup; };
 target_modules = { module= libgloss; no_check=true; };
-target_modules = { module= libffi; no_install=true; };
+target_modules = { module= libffi; no_install=true;
+                   extra_configure_flags='--disable-shared --with-pic'; };
 target_modules = { module= zlib; };
 target_modules = { module= rda; };
 target_modules = { module= libada; };

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-08-12  0:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-12  0:59 [binutils-gdb] configure: Do not build the ununsed libffi shared library Alan Modra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).