From 74a50972fbd7c9f5e1d10aa72ce770123521da2f Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 27 Jun 2011 21:03:40 +0200 Subject: configure: disable static linking on Darwin Static liunking is not supported on Darwin, so hide the corresponding options when the build machine is Darwin. Reported-by: Andrea Franceschini Reported-by: Bryan Hundven Reported-by: "Titus von Boxberg" Signed-off-by: "Yann E. MORIN" --- config/debug/gdb.in.cross | 1 + 1 file changed, 1 insertion(+) (limited to 'config/debug') diff --git a/config/debug/gdb.in.cross b/config/debug/gdb.in.cross index 1c55100b..cbe8b297 100644 --- a/config/debug/gdb.in.cross +++ b/config/debug/gdb.in.cross @@ -24,6 +24,7 @@ if GDB_CROSS config GDB_CROSS_STATIC bool prompt "Build a static cross gdb" + depends on CONFIGURE_static_link_ok depends on CONFIGURE_has_static_expat help A static cross gdb can be usefull if you debug on a machine that is -- cgit v1.2.3