diff options
Diffstat (limited to 'gdb/testsuite/lib/future.exp')
-rw-r--r-- | gdb/testsuite/lib/future.exp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/testsuite/lib/future.exp b/gdb/testsuite/lib/future.exp index 994843e..9a9becb 100644 --- a/gdb/testsuite/lib/future.exp +++ b/gdb/testsuite/lib/future.exp @@ -380,9 +380,6 @@ proc gdb_default_target_compile {source destfile type options} { } elseif {[regexp ".*(osf|irix5|linux).*" $target_triplet]} { # OSF/1 or IRIX 5 append add_flags " -Wl,-rpath,$tool_root_dir/libstdc++" - } elseif {[regexp ".*hppa.*" $target_triplet]} { - # HP-UX - append add_flags " -Wl,-a,shared_archive" } } } |