diff options
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/configure b/gdb/configure index 7bc071c..79f0b98 100755 --- a/gdb/configure +++ b/gdb/configure @@ -2688,6 +2688,8 @@ case "${host}" in : elif grep 'do not mix' conftest.t >/dev/null 2>&1; then : + elif grep 'some text already loaded' conftest.t >/dev/null 2>&1; then + : elif test "${shared}" = "true"; then HLDFLAGS='-Wl,-rpath=$(libdir)' else |