components/stdcxx/Solaris/install.sh
changeset 709 77c561c5ca8e
parent 402 94ae4d75524c
equal deleted inserted replaced
708:2cb7fdf18c3d 709:77c561c5ca8e
    17 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # fields enclosed by brackets "[]" replaced with your own identifying
    18 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 # information: Portions Copyright [yyyy] [name of copyright owner]
    19 #
    19 #
    20 # CDDL HEADER END
    20 # CDDL HEADER END
    21 #
    21 #
    22 # Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
    22 # Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
    23 #
    23 #
    24 
    24 
    25 export PREFIX=""
    25 export PREFIX=""
    26 export SRCDIR=""
    26 export SRCDIR=""
    27 export MACH64=""
    27 export MACH64=""
   110 fi
   110 fi
   111 
   111 
   112 cd ${BUILDDIR}/build/lib
   112 cd ${BUILDDIR}/build/lib
   113 ${CP} -fp libstdcxx4.so.4.2.1 ${LIBDIR}/
   113 ${CP} -fp libstdcxx4.so.4.2.1 ${LIBDIR}/
   114 cd ${LIBDIR}
   114 cd ${LIBDIR}
   115 elfedit -e 'dyn:delete RUNPATH' libstdcxx4.so.4.2.1
   115 /usr/bin/elfedit -e 'dyn:delete RUNPATH' libstdcxx4.so.4.2.1
   116 elfedit -e 'dyn:delete RPATH' libstdcxx4.so.4.2.1
   116 /usr/bin/elfedit -e 'dyn:delete RPATH' libstdcxx4.so.4.2.1
   117 chmod 0755 libstdcxx4.so.4.2.1
   117 chmod 0755 libstdcxx4.so.4.2.1
   118 
   118 
   119 if [ -L libstdcxx4.so.4 ] ; then
   119 if [ -L libstdcxx4.so.4 ] ; then
   120     rm libstdcxx4.so.4
   120     rm libstdcxx4.so.4
   121 fi
   121 fi