Frank Mash wrote:
I noticed mysql_config reporting xarch=v9

/usr/local/mysql/bin/mysql_config --cflags
-I/usr/local/mysql/include -xO3 -mt -D_FORTEC_ -xarch=v9 -xc99=none


How can I instruct the compiler to build everything using v9 to avoid conflict?

CFLAGS="-xarch=v9" ; export CFLAGS


James
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to