4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
21 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
24 # All libraries directly installed under /usr/gcc/3.4/lib should have
25 # equivalent links under /usr/sfw/lib for backward compatibility.
26 <transform file link path=usr/gcc/3.4/lib/([^/]*.so.[0-9]*)$ -> \
27 emit link path=usr/sfw/lib/%<1> target=../../gcc/3.4/lib/%<1>>
28 # Include /usr/sfw/lib links for 64 bit library support
29 <transform file link path=usr/gcc/3.4/lib/$(MACH64)/([^/]*.so.[0-9]*)$ -> \
30 emit link path=usr/sfw/lib/$(MACH64)/%<1> \
31 target=../../../gcc/3.4/lib/$(MACH64)/%<1>>
33 set name=pkg.fmri value=pkg:/system/library/gcc-3-runtime@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
34 set name=pkg.summary value="GCC Runtime libraries"
35 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
36 set name=pkg.description value="GCC Runtime - Shared libraries used by gcc and other gnu components"
37 set name=com.oracle.info.description value="the GNU Compiler Collection"
38 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
39 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
40 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
42 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
44 file path=usr/gcc/3.4/lib/$(MACH64)/libg2c.so.0.0.0
45 file path=usr/gcc/3.4/lib/$(MACH64)/libgcc_s.so.1
46 file path=usr/gcc/3.4/lib/$(MACH64)/libobjc.so.1.0.0
47 file path=usr/gcc/3.4/lib/$(MACH64)/libstdc++.so.6.0.3
48 file path=usr/gcc/3.4/lib/libg2c.so.0.0.0
49 file path=usr/gcc/3.4/lib/libgcc_s.so.1
50 file path=usr/gcc/3.4/lib/libobjc.so.1.0.0
51 file path=usr/gcc/3.4/lib/libstdc++.so.6.0.3
52 link path=usr/gcc/3.4/lib/$(MACH64)/libg2c.so target=libg2c.so.0.0.0
53 link path=usr/gcc/3.4/lib/$(MACH64)/libg2c.so.0 target=libg2c.so.0.0.0
54 link path=usr/gcc/3.4/lib/$(MACH64)/libgcc_s.so target=libgcc_s.so.1
55 link path=usr/gcc/3.4/lib/$(MACH64)/libgcc_s_$(MACH64).so target=libgcc_s.so.1
56 link path=usr/gcc/3.4/lib/$(MACH64)/libobjc.so target=libobjc.so.1.0.0
57 link path=usr/gcc/3.4/lib/$(MACH64)/libobjc.so.1 target=libobjc.so.1.0.0
58 link path=usr/gcc/3.4/lib/$(MACH64)/libstdc++.so target=libstdc++.so.6.0.3
59 link path=usr/gcc/3.4/lib/$(MACH64)/libstdc++.so.6 target=libstdc++.so.6.0.3
60 link path=usr/gcc/3.4/lib/64 target=$(MACH64)
61 link path=usr/gcc/3.4/lib/libg2c.so target=libg2c.so.0.0.0
62 link path=usr/gcc/3.4/lib/libg2c.so.0 target=libg2c.so.0.0.0
63 link path=usr/gcc/3.4/lib/libgcc_s.so target=libgcc_s.so.1
64 link path=usr/gcc/3.4/lib/libobjc.so target=libobjc.so.1.0.0
65 link path=usr/gcc/3.4/lib/libobjc.so.1 target=libobjc.so.1.0.0
66 link path=usr/gcc/3.4/lib/libstdc++.so target=libstdc++.so.6.0.3
67 link path=usr/gcc/3.4/lib/libstdc++.so.6 target=libstdc++.so.6.0.3
69 link path=usr/sfw/lib/64 target=$(MACH64)
71 legacy pkg=SUNWgccruntime \
72 name="GCC Runtime libraries" \
73 desc="GCC Runtime - Shared libraries used by gcc and other gnu components"