This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

target/2669: [Solaris 8/Intel] shared libgcc isn't built



>Number:         2669
>Category:       target
>Synopsis:       shared libgcc isn't built
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Apr 27 13:16:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Rainer Orth
>Release:        3.0 20010425 (prerelease)
>Organization:
Faculty of Technology, Bielefeld University
>Environment:
System: SunOS fuego 5.8 Generic_111051-02 i86pc i386 i86pc
Architecture: i86pc

	
host: i386-pc-solaris2.8
build: i386-pc-solaris2.8
target: i386-pc-solaris2.8
configured with: /tmp/mnt/gnu/src/gcc/gcc-3.0-branch/configure --prefix=/vol/gnu --with-local-prefix=/vol/gnu --enable-shared --disable-nls
>Description:

libgcc_s.so isn't built on Solaris 8/Intel.
>How-To-Repeat:

bootstrap the compiler

% ls -od gcc/libgcc
drwxr-sr-x   2 ro       support     1536 Apr 25 18:29 libgcc/
-rw-r--r--   1 ro       support  1584560 Apr 25 18:29 libgcc.a
-rw-r--r--   1 ro       support    16578 Apr 25 18:29 libgcc.mk
>Fix:
On Solaris 8/SPARC, libgcc_s is built due to the inclusion of
config/sparc/t-slibgcc{, -sld} (for gld or native ld, respectively).  As far
as I can see, there's nothing sparc-specific in those files, so they should
be moved up to config (probably with a better name; suggestions?) and included
in both i386-pc-solaris* and sparc-sun-solaris* configurations.

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]