Hi all, Finally found the way doing that ^^
======================= Script ======================================= #!/bin/sh CC=cc CFLAGS="-xO3 -mt -fsimple=1 -ftrap=%none -nofstore \ -xbuiltin=%all -xlibmil -xlibmopt -xtarget=opteron \ -xarch=amd64 -xregs=no%frameptr" \ CXX=CC CXXFLAGS="-xO3 -mt -fsimple=1 -ftrap=%none -nofstore \ -xbuiltin=%all -xlibmil -xlibmopt -xtarget=opteron \ -xarch=amd64 -xregs=no%frameptr" \ LDFLAGS="-xtarget=opteron -xarch=amd64" \ ./configure --target=x86_64 --prefix=/opt/sysbench This message posted from opensolaris.org _______________________________________________ opensolaris-discuss mailing list [email protected]
