summaryrefslogtreecommitdiff
path: root/libjava/testsuite/libjava.jvmti
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/testsuite/libjava.jvmti')
-rw-r--r--libjava/testsuite/libjava.jvmti/jvmti-interp.exp4
-rw-r--r--libjava/testsuite/libjava.jvmti/jvmti.exp4
2 files changed, 0 insertions, 8 deletions
diff --git a/libjava/testsuite/libjava.jvmti/jvmti-interp.exp b/libjava/testsuite/libjava.jvmti/jvmti-interp.exp
index fd660f35164..62c82e92afc 100644
--- a/libjava/testsuite/libjava.jvmti/jvmti-interp.exp
+++ b/libjava/testsuite/libjava.jvmti/jvmti-interp.exp
@@ -37,10 +37,6 @@ proc gcj_jni_compile_c_to_so {file {options {}}} {
if { [istarget "arm*"] } {
lappend options "additional_flags=-Wno-abi"
}
- # Tru64 UNIX requires <pthread.h> to be compiled with -pthread.
- if { [istarget "alpha*-dec-osf*"] } {
- lappend options "additional_flags=-pthread"
- }
set filename [file tail $file]
set name [file rootname $filename]
diff --git a/libjava/testsuite/libjava.jvmti/jvmti.exp b/libjava/testsuite/libjava.jvmti/jvmti.exp
index 2d939852e5e..571952e807c 100644
--- a/libjava/testsuite/libjava.jvmti/jvmti.exp
+++ b/libjava/testsuite/libjava.jvmti/jvmti.exp
@@ -20,10 +20,6 @@ proc gcj_jvmti_compile_cxx_to_o {file {options {}}} {
if { [istarget "arm*"] } {
lappend options "additional_flags=-Wno-abi"
}
- # Tru64 UNIX requires <pthread.h> to be compiled with -pthread.
- if { [istarget "alpha*-dec-osf*"] } {
- lappend options "additional_flags=-pthread"
- }
set x [libjava_prune_warnings \
[target_compile $file $oname object $options]]