diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-06-27 21:03:40 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-06-27 21:03:40 +0200 |
commit | 74a50972fbd7c9f5e1d10aa72ce770123521da2f (patch) | |
tree | d5600485e3a7a05fc60baadcaec43494fac35ffb /config/debug/gdb.in.cross | |
parent | 87425910c2f76411d9328b694a307e09452eee96 (diff) | |
download | crosstool-ng-74a50972fbd7c9f5e1d10aa72ce770123521da2f.tar.gz crosstool-ng-74a50972fbd7c9f5e1d10aa72ce770123521da2f.tar.bz2 crosstool-ng-74a50972fbd7c9f5e1d10aa72ce770123521da2f.zip |
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 <therealmorpheu5@gmail.com>
Reported-by: Bryan Hundven <bryanhundven@gmail.com>
Reported-by: "Titus von Boxberg" <titus@v9g.de>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/debug/gdb.in.cross')
-rw-r--r-- | config/debug/gdb.in.cross | 1 |
1 files changed, 1 insertions, 0 deletions
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 |