Lines Matching refs:m32
167 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
168 atf_skip "c++ -m32 not supported on this architecture"
171 atf_fail "c++ -m32 does not generate netbsd32 binaries"
201 atf_check -s exit:0 -o ignore -e ignore c++ -m32 -pg -o call_once2 test.cpp -pthread
253 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
254 atf_skip "c++ -m32 not supported on this architecture"
257 atf_fail "c++ -m32 does not generate netbsd32 binaries"
294 c++ -m32 -fPIC -shared -o libtest.so pic.cpp
296 c++ -m32 -o call_once2 test.cpp -L. -ltest -pthread
351 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
352 atf_skip "c++ -m32 not supported on this architecture"
355 atf_fail "c++ -m32 does not generate netbsd32 binaries"
392 c++ -m32 -pg -fPIC -shared -o libtest.so pic.cpp
394 c++ -m32 -pg -o call_once2 test.cpp -L. -ltest -pthread
440 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
441 atf_skip "c++ -m32 not supported on this architecture"
444 atf_fail "c++ -m32 does not generate netbsd32 binaries"
474 atf_check -s exit:0 -o ignore -e ignore c++ -o call_once2_32 -m32 test.cpp -pthread
514 atf_check -s exit:0 -o ignore -e ignore c++ -o call_once2 -m32 -pthread \