Lines Matching refs:m32
140 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
141 atf_skip "c++ -m32 not supported on this architecture"
144 atf_fail "c++ -m32 does not generate netbsd32 binaries"
168 atf_check -s exit:0 -o ignore -e ignore c++ -static -m32 -pg -o hello test.cpp
227 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
228 atf_skip "c++ -m32 not supported on this architecture"
231 atf_fail "c++ -m32 does not generate netbsd32 binaries"
256 c++ -m32 -fPIC -shared -o libtest.so pic.cpp
258 c++ -m32 -o hello test.cpp -L. -ltest
305 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
306 atf_skip "c++ -m32 not supported on this architecture"
309 atf_fail "c++ -m32 does not generate netbsd32 binaries"
340 c++ -m32 -pg -fPIC -shared -o libtest.so pic.cpp
342 c++ -m32 -pg -o hello test.cpp -L. -ltest
376 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
377 atf_skip "c++ -m32 not supported on this architecture"
380 atf_fail "c++ -m32 does not generate netbsd32 binaries"
398 atf_check -s exit:0 -o ignore -e ignore c++ -o hello32 -m32 test.cpp
426 atf_check -s exit:0 -o ignore -e ignore c++ -o hello -m32 \