diff options
author | unknown <monty@donna.mysql.com> | 2000-09-14 15:41:20 +0300 |
---|---|---|
committer | unknown <monty@donna.mysql.com> | 2000-09-14 15:41:20 +0300 |
commit | b35a18596c602e654b821ebef8e8a3147fae6dbf (patch) | |
tree | c48831b384a7c9c2a7ffdc6e95a91f2183050d93 /Docs/manual.texi | |
parent | 473359b7f036c6dfc57e9b20304ec4c7155eaeba (diff) | |
parent | 87affa25034753e1125b0f97072571410ce597f4 (diff) | |
download | mariadb-git-b35a18596c602e654b821ebef8e8a3147fae6dbf.tar.gz |
Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql
Diffstat (limited to 'Docs/manual.texi')
-rw-r--r-- | Docs/manual.texi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 183c58f23c2..a730f7d15cf 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -5754,8 +5754,6 @@ shell> CC=gcc CFLAGS="-O6" \ If you have the Sun Workshop 4.2 compiler, you can run @code{configure} like this: -CC=cc CFLAGS="-xstrconst -Xa -xO4 -native -mt" CXX=CC CXXFLAGS="-xO4 -native -noex -mt" ./configure --prefix=/usr/local/mysql - @example shell> CC=cc CFLAGS="-Xa -fast -xO4 -native -xstrconst -mt" \ CXX=CC CXXFLAGS="-noex -XO4 -mt" \ |