From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20399 invoked by alias); 16 May 2002 13:35:16 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 20329 invoked by uid 61); 16 May 2002 13:35:07 -0000 Date: Thu, 16 May 2002 06:35:00 -0000 Message-ID: <20020516133506.20326.qmail@sources.redhat.com> To: dann@godzilla.ics.uci.edu, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, jakub@gcc.gnu.org From: jakub@gcc.gnu.org Reply-To: jakub@gcc.gnu.org, dann@godzilla.ics.uci.edu, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, jakub@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: target/6668: when using --disable-multilib, libgcc_s.so is installed in the wrong place on sparc-solaris X-SW-Source: 2002-05/txt/msg00450.txt.bz2 List-Id: Synopsis: when using --disable-multilib, libgcc_s.so is installed in the wrong place on sparc-solaris State-Changed-From-To: open->analyzed State-Changed-By: jakub State-Changed-When: Thu May 16 06:35:02 2002 State-Changed-Why: I think we'll need driver changes then, the guess method used in mklibgcc really doesn't work well with --disable-multilibs. I think it will be useful anyway, for libtool etc. IMHO there should be an option -print-multi-suffix similar to -print-multi-directory, which would print empty line with -print-multi-directory would print ., /directory if -print-multi-directory would print directory and in the sparc/s390/x86_64/etc. cases would print the libdir suffix instead, so gcc -m64 -print-multi-suffix would print on sparc64-linux 64 and on sparc-solaris /sparcv9 Will try to implement this soon. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6668