From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id ED6873858D39 for ; Sat, 20 Jan 2024 16:53:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org ED6873858D39 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org ED6873858D39 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=170.10.129.124 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1705769603; cv=none; b=nJ7kveESdNaNwmiwtnBQD47lDbA0B1H2iSQtWx37+ScQlZpqG2CaguFylDeUzqd82FVafetAkUJ5WUWXjmBE60fdZf/U0lt33fL8hLzKtyBehLNEo7dPZG2PQFq9/yiGNbBybcHMT/0yE35mpIhOPPXlrBxAPE9urg3FhQU6f2c= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1705769603; c=relaxed/simple; bh=1lQuRi+ijP5zKvclUP8vH/xy/R4HDpMI9xZLuHPgQP0=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=FmPh3WUmtVmVghY6WZbycX/v/UVpd79A7Ml7+fD8Mb9DYVtinUYwDU9zkjhcrBB1DbL19w1SypjAgqAsbS+IpaF0pNE4tQoZZ4oqftCOhM2kOG7HJIValnR9KkWk1gM/F3P+6HMhHgBcob1nVUnWK+9ZcepM9GlsKQXH5vIvW4Q= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1705769600; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=w80gokkihrz7QdvjTVoWj1cNrCReCstRSRbe0aFLSo0=; b=SMmpo2bK2sCXZHBULZ8XN+gpRkIKHZM4Nuns95u9NmCNbIqTD7OI07t+mz9StcwDIfb6fF GFfhCZyIkrpjeKHcdLZVb8hvNVoiODuEKAknBLnRIIIBHWfE+nnFtq9GDtuILVd8QLw8xB MsjZdO1XESY2H1rzPeR6MdTN4G12Wd8= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-519-L6c5vPu_MFiyjRbnPl-4ww-1; Sat, 20 Jan 2024 11:53:17 -0500 X-MC-Unique: L6c5vPu_MFiyjRbnPl-4ww-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id D2F8B380627D; Sat, 20 Jan 2024 16:53:16 +0000 (UTC) Received: from oldenburg.str.redhat.com (unknown [10.39.192.48]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 265B4C15E61; Sat, 20 Jan 2024 16:53:15 +0000 (UTC) From: Florian Weimer To: William Tang via Libc-help Cc: William Tang Subject: Re: How to change the soname of ld-linux.so.x? References: Date: Sat, 20 Jan 2024 17:53:13 +0100 In-Reply-To: (William Tang via Libc-help's message of "Sat, 20 Jan 2024 22:31:41 +0800") Message-ID: <87v87okkue.fsf@oldenburg.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.3 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.8 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain X-Spam-Status: No, score=-5.5 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: * William Tang via Libc-help: > I have an ARM target system which uses their own toolchain, the soname > of the dynamic linker of their toolchain is ld-linux.so.3. However, > my cross compile toolchain has a default soname of > ld-linux-armhf.so.3. What's the configure option of glibc to change > this? Usually, this happens automatically when you configure glibc for the appropriate ABI (probaby arm-*-linux-gnueabi here, and not arm-*-linux-gnueabihf). This should happen automatically if you use a GCC that hasn't been configured with --with-float=hard. Thanks, Florian