Lines Matching refs:m32
129 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
130 atf_skip "c++ -m32 not supported on this architecture"
133 atf_fail "c++ -m32 does not generate netbsd32 binaries"
153 atf_check -s exit:0 -o ignore -e ignore c++ -static -m32 -pg -o call_once test.cpp -pthread
188 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
189 atf_skip "c++ -m32 not supported on this architecture"
192 atf_fail "c++ -m32 does not generate netbsd32 binaries"
213 c++ -m32 -fPIC -shared -o libtest.so pic.cpp
215 c++ -m32 -o call_once test.cpp -L. -ltest -pthread
258 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
259 atf_skip "c++ -m32 not supported on this architecture"
262 atf_fail "c++ -m32 does not generate netbsd32 binaries"
289 c++ -m32 -pg -fPIC -shared -o libtest.so pic.cpp
291 c++ -m32 -pg -o call_once test.cpp -L. -ltest -pthread
321 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
322 atf_skip "c++ -m32 not supported on this architecture"
325 atf_fail "c++ -m32 does not generate netbsd32 binaries"
339 atf_check -s exit:0 -o ignore -e ignore c++ -o call_once_32 -m32 test.cpp -pthread
363 atf_check -s exit:0 -o ignore -e ignore c++ -o call_once -m32 -pthread \