diff options
author | Mojca Miklavec <mojca.miklavec@gmail.com> | 2018-03-22 10:17:04 +0000 |
---|---|---|
committer | Mojca Miklavec <mojca.miklavec@gmail.com> | 2018-03-22 10:17:04 +0000 |
commit | 0a41c50aa72d994927dbe226587ad6324174cd40 (patch) | |
tree | 018750226cce6b9903bc57b3e20510d59f3992bc /Build/source/doc/README.solaris | |
parent | c013e1577c21c8663c9676659368bb1e2ef0d2b3 (diff) |
update README.solaris
git-svn-id: svn://tug.org/texlive/trunk@47071 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/doc/README.solaris')
-rw-r--r-- | Build/source/doc/README.solaris | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Build/source/doc/README.solaris b/Build/source/doc/README.solaris index 45f10cad89e..fe7aed845ea 100644 --- a/Build/source/doc/README.solaris +++ b/Build/source/doc/README.solaris @@ -41,10 +41,10 @@ You can check the libc version with Building for 64-bit =================== -All binaries have been compiled with gcc-5.2. +All binaries have been compiled with gcc-5.5. The only thing that is needed to build for 64-bit is to define - export CC="/path/to/gcc-5.2 -m64" - export CXX="/path/to/g++-5.2 -m64" + export CC="/path/to/gcc-5.5 -m64" + export CXX="/path/to/g++-5.5 -m64" Building wget ============= @@ -121,8 +121,8 @@ Building asymptote Asymptote has been built with the following flags: -export CC=/opt/csw/bin/gcc-5.2 -export CXX=/opt/csw/bin/g++-5.2 +export CC=/opt/csw/bin/gcc-5.5 +export CXX=/opt/csw/bin/g++-5.5 ./configure --prefix=/tmp/asyinst --enable-texlive-build \ --disable-fftw --disable-offscreen --disable-sigsegv \ --disable-gl --disable-gsl --disable-readline @@ -170,7 +170,7 @@ The resulting binary depends on: Building texlive ================ -Additional settings were needed to compile TeX Live with gcc 5.2: +Additional settings were needed to compile TeX Live with gcc 5.5: * ./Build --without-iconv The '--without-iconv' makes sure to avoid linking against libiconv |