File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 74
74
LC_ALL=fr_FR.UTF-8 j64/jconsole -lib libj.$ext testga.ijs
75
75
fi
76
76
elif [ " $_DEBUG " = " 3" ] ; then
77
+ if [ $1 = " linux" ] ; then
77
78
echo " running debug"
78
79
LC_ALL=fr_FR.UTF-8 gdb -batch -return-child-result -ex " run" -ex " thread apply all bt" --args j64/jconsole -lib libj.$ext testga.ijs
79
80
else
80
- LC_ALL=fr_FR.UTF-8 j64/jconsole -lib libj.$ext testga.ijs
81
+ echo " running debug"
82
+ LC_ALL=fr_FR.UTF-8 gdb -batch -ex " run" -ex " bt" --args j64/jconsole -lib libj.$ext testga.ijs
81
83
fi
82
84
else
85
+ LC_ALL=fr_FR.UTF-8 j64/jconsole -lib libj.$ext testga.ijs
86
+ fi
83
87
ls -l j32
84
- if { [ $1 = " linux" ] || [ $1 = " raspberry" ] ; } && [ " $_DEBUG " = " 3" ] ; then
88
+ if [ " $_DEBUG " = " 3" ] ; then
89
+ if [ $1 = " linux" ] ; then
85
90
echo " running debug"
86
91
LC_ALL=fr_FR.UTF-8 gdb -batch -return-child-result -ex " run" -ex " thread apply all bt" --args j32/jconsole -lib libj.$ext testga.ijs
87
92
else
93
+ echo " running debug"
94
+ LC_ALL=fr_FR.UTF-8 gdb -batch -ex " run" -ex " bt" --args j32/jconsole -lib libj.$ext testga.ijs
95
+ fi
96
+ else
88
97
LC_ALL=fr_FR.UTF-8 j32/jconsole -lib libj.$ext testga.ijs
89
98
fi
90
99
fi
@@ -144,11 +153,15 @@ if [ "$(cat /var/run/dmesg.boot | grep -c AVX512)" -ne 0 ] && [ -f "j64/libjavx5
144
153
fi
145
154
fi
146
155
if [ $m64 -eq 1 ]; then
156
+ if [ -f " j64/jamalgam" ] ; then
147
157
ls -l j64
148
158
if [ " $1 " != " openbsd" ] && [ " $1 " != " freebsd" ] ; then
149
159
LC_ALL=fr_FR.UTF-8 j64/jamalgam testga.ijs
150
160
fi
161
+ fi
151
162
else
163
+ if [ -f " j32/jamalgam" ] ; then
152
164
ls -l j32
153
165
# LC_ALL=fr_FR.UTF-8 j32/jamalgam testga.ijs
154
166
fi
167
+ fi
You can’t perform that action at this time.
0 commit comments