diff options
author | monty@donna.mysql.com <> | 2000-09-14 15:10:06 +0300 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-09-14 15:10:06 +0300 |
commit | 25106ec7551d143d4a8b53b78b04da23876497b6 (patch) | |
tree | 217d8c8b9714b5bf60fec8a535b514b4598a3a12 /Docs | |
parent | b581f17be222af50b399242353fd6df31b6b05d5 (diff) | |
download | mariadb-git-25106ec7551d143d4a8b53b78b04da23876497b6.tar.gz |
configure fixes
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/Makefile.am | 2 | ||||
-rw-r--r-- | Docs/manual.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Docs/Makefile.am b/Docs/Makefile.am index 8f5276b1b22..b9fa5401a37 100644 --- a/Docs/Makefile.am +++ b/Docs/Makefile.am @@ -28,6 +28,8 @@ all: $(targets) txt_files txt_files: ../INSTALL-SOURCE ../COPYING ../COPYING.LIB \ ../MIRRORS INSTALL-BINARY +CLEAN_FILES: manual.ps + # The PostScript version is so big that is not included in the # standard distribution. It is available for download from the home page. paper: manual_a4.ps manual_letter.ps 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" \ |