Searched refs:iffeflags (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/features/
H A Dmath.sh26 iffeflags="-n -v"
37 eval `iffe $iffeflags -c "$cc" - typ long.double 2>&$stderr`
41 eval `iffe $iffeflags -F ast_standards.h -c "$cc" - tst use_ast_standards -lm 'note{' 'math.h needs ast_standards.h' '}end' 'link{' '#include <math.h>' '#ifndef isgreater' '#define isgreater(a,b) 0' '#endif' 'int main() { return isgreater(0.0,1.0); }' '}end'`
43 1) iffeflags="$iffeflags -F ast_standards.h" ;;
45 eval `iffe $iffeflags -c "$cc" - tst use_ieeefp -lm 'note{' 'ieeefp.h plays nice' '}end' 'link{' '#include <math.h>' '#include <ieeefp.h>' 'int main() { return 0; }' '}end'`
101 eval `iffe $iffeflags -c "$cc" - lib $libs $iffehdrs $iffelibs 2>&$stderr`
115 eval `iffe $iffeflags -c "$cc" - dat,npt,mac $lib $iffehdrs $iffelibs 2>&$stderr`
116 eval `iffe $iffeflags -c "$cc" - num $nums $iffehdrs $iffelibs 2>&$stderr`
229 eval `iffe $iffeflags
[all...]

Completed in 33 milliseconds