Lines Matching refs:__o
355 __o=$(BUILD_DIR)/.br-toolchain-test-dlang.tmp ; \
357 $${__CROSS_GDC} -x d -o $${__o} - ; \
359 rm -f $${__o}* ; \
363 rm -f $${__o}* \
373 __o=$(BUILD_DIR)/.br-toolchain-test-fortran.tmp ; \
375 $${__CROSS_FC} -x f95 -o $${__o} - ; \
377 rm -f $${__o}* ; \
381 rm -f $${__o}* \
391 __o=$(BUILD_DIR)/.br-toolchain-test-openmp.tmp ; \
393 $${__CROSS_CC} -fopenmp -x c -o $${__o} - ; \
395 rm -f $${__o}* ; \
399 rm -f $${__o}* \