From cd141763e199542900d92ca0e82e5d17b7a33bac Mon Sep 17 00:00:00 2001 From: sevan Date: Sun, 3 Jul 2016 19:15:50 +0000 Subject: Remove Solaris section, bootstrap/README.Solaris provides extensive information --- doc/guide/files/platforms.xml | 111 +----------------------------------------- 1 file changed, 1 insertion(+), 110 deletions(-) (limited to 'doc') diff --git a/doc/guide/files/platforms.xml b/doc/guide/files/platforms.xml index d2611eca435..305879cb20d 100644 --- a/doc/guide/files/platforms.xml +++ b/doc/guide/files/platforms.xml @@ -1,4 +1,4 @@ - + Using pkgsrc on systems other than &os; @@ -326,114 +326,5 @@ ICCBASE= /opt/intel/cc/10.1.008 libtool. - - - Solaris - - Solaris 2.6 through 10 are supported on both x86 and sparc. - You will need a working C compiler. Both gcc 4.5.3 and - Sun WorkShop 5 have been tested. - - The following packages are required on Solaris 8 for the bootstrap - process and to build packages. - - - SUNWsprot - SUNWarc - SUNWbtool - SUNWtoo - SUNWlibm - - - Please note that the use of GNU binutils on Solaris is - not supported, as of June 2006. - - Whichever compiler you use, please ensure the compiler tools and - your $prefix are in your PATH. This includes - /usr/ccs/{bin,lib} - and e.g. /usr/pkg/{bin,sbin}. - - - If you are using gcc - - It makes life much simpler if you only use the same gcc consistently - for building all packages. - - It is recommended that an external gcc be used only for bootstrapping, - then either build gcc from - lang/gcc46 or install a binary gcc - package, then remove gcc used during bootstrapping. - - Binary packages of gcc can be found through . - - - - If you are using Sun WorkShop - - You will need at least the following packages installed (from WorkShop - 5.0) - - - SPROcc - - Sun WorkShop Compiler C 5.0 - SPROcpl - - Sun WorkShop Compiler C++ 5.0 - SPROild - - Sun WorkShop Incremental Linker - SPROlang - - Sun WorkShop Compilers common components - - - You should set the following variables in your - &mk.conf; file: - - -CC= cc -CXX= CC -CPP= cc -E -CXXCPP= CC -E - - - The CPP setting might break some - packages that use the C preprocessor for processing things other - than C source code. - - - - Building 64-bit binaries with SunPro - - To build 64-bit packages, you just need to have the - following lines in your &mk.conf; file: - - -PKGSRC_COMPILER= sunpro -ABI= 64 - - - This setting has been tested for the SPARC - architecture. Intel and AMD machines need some more - work. - - - Common problems - - Sometimes, when using libtool, - /bin/ksh crashes with a segmentation fault. - The workaround is to use another shell for the configure - scripts, for example by installing shells/bash and adding the following lines - to your &mk.conf;: - - -CONFIG_SHELL= ${LOCALBASE}/bin/bash -WRAPPER_SHELL= ${LOCALBASE}/bin/bash - - - Then, rebuild the devel/libtool-base package. - - - -- cgit v1.2.3