Lines Matching refs:m32
122 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
123 atf_skip "c++ -m32 not supported on this architecture"
126 atf_fail "c++ -m32 does not generate netbsd32 binaries"
141 atf_check -s exit:0 -o ignore -e ignore c++ -static -m32 -pg -o hello test.cpp
180 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
181 atf_skip "c++ -m32 not supported on this architecture"
184 atf_fail "c++ -m32 does not generate netbsd32 binaries"
199 c++ -m32 -fPIC -shared -o libtest.so pic.cpp
201 c++ -m32 -o hello test.cpp -L. -ltest
238 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
239 atf_skip "c++ -m32 not supported on this architecture"
242 atf_fail "c++ -m32 does not generate netbsd32 binaries"
263 c++ -m32 -pg -fPIC -shared -o libtest.so pic.cpp
265 c++ -m32 -pg -o hello test.cpp -L. -ltest
290 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
291 atf_skip "c++ -m32 not supported on this architecture"
294 atf_fail "c++ -m32 does not generate netbsd32 binaries"
303 atf_check -s exit:0 -o ignore -e ignore c++ -o hello32 -m32 test.cpp
322 atf_check -s exit:0 -o ignore -e ignore c++ -o hello -m32 \