Home | History | Annotate | Download | only in c++

Lines Matching refs:m32

127 	if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
128 atf_skip "c++ -m32 not supported on this architecture"
131 atf_fail "c++ -m32 does not generate netbsd32 binaries"
150 atf_check -s exit:0 -o ignore -e ignore c++ -static -m32 -pg -o pthread_once test.cpp -pthread
184 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
185 atf_skip "c++ -m32 not supported on this architecture"
188 atf_fail "c++ -m32 does not generate netbsd32 binaries"
208 c++ -m32 -fPIC -shared -o libtest.so pic.cpp
210 c++ -m32 -o pthread_once test.cpp -L. -ltest -pthread
252 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
253 atf_skip "c++ -m32 not supported on this architecture"
256 atf_fail "c++ -m32 does not generate netbsd32 binaries"
282 c++ -m32 -pg -fPIC -shared -o libtest.so pic.cpp
284 c++ -m32 -pg -o pthread_once test.cpp -L. -ltest -pthread
313 if ! c++ -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
314 atf_skip "c++ -m32 not supported on this architecture"
317 atf_fail "c++ -m32 does not generate netbsd32 binaries"
330 atf_check -s exit:0 -o ignore -e ignore c++ -o pthread_once_32 -m32 test.cpp -pthread
353 atf_check -s exit:0 -o ignore -e ignore c++ -o pthread_once -m32 -pthread \