Lines Matching refs:m32
118 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
119 atf_skip "c++ -m32 not supported on this architecture"
122 atf_fail "c++ -m32 does not generate netbsd32 binaries"
137 atf_check -s exit:0 -o ignore -e ignore c++ -static -m32 -pg -o hello test.cpp
176 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
177 atf_skip "c++ -m32 not supported on this architecture"
180 atf_fail "c++ -m32 does not generate netbsd32 binaries"
194 c++ -m32 -fPIC -shared -o libtest.so pic.cpp
196 c++ -m32 -o hello test.cpp -L. -ltest
232 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
233 atf_skip "c++ -m32 not supported on this architecture"
236 atf_fail "c++ -m32 does not generate netbsd32 binaries"
257 c++ -m32 -pg -fPIC -shared -o libtest.so pic.cpp
259 c++ -m32 -pg -o hello test.cpp -L. -ltest
284 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
285 atf_skip "c++ -m32 not supported on this architecture"
288 atf_fail "c++ -m32 does not generate netbsd32 binaries"
297 atf_check -s exit:0 -o ignore -e ignore c++ -o hello32 -m32 test.cpp
316 atf_check -s exit:0 -o ignore -e ignore c++ -o hello -m32 \