Since

commit 5f1256233b6a192677dcb4d8a32672c86967120d
Author: Rainer Orth <[email protected]>
Date:   Sun Jul 5 14:59:27 2026 +0200

    Hardcode Solaris v2 mapfile syntax with Solaris ld

the clearcap.map linker map file was installed with a wrong name.  This
is only noticed when testing an installed compiler with a part of the
testsuite that excercises the -mclear-hwcap option.

Tested on i386-pc-solaris2.11.

Installed on trunk.

        Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University


2026-07-12  Rainer Orth  <[email protected]>

        gcc:
        * config/t-sol2 (install-clearcap-map): Install as clearcap.map.

# HG changeset patch
# Parent  1290791cc9a40a5a7517c621870df48356fd7e95
build: Fix Solaris clearcap.map installation

diff --git a/gcc/config/t-sol2 b/gcc/config/t-sol2
--- a/gcc/config/t-sol2
+++ b/gcc/config/t-sol2
@@ -51,4 +51,4 @@ install: install-clearcap-map
 
 # Ignore failures: file only exists if linker supports it.
 install-clearcap-map: $(srcdir)/config/sol2-clearcap.map
-	-$(INSTALL_DATA) $< $(DESTDIR)$(libdir)
+	-$(INSTALL_DATA) $< $(DESTDIR)$(libdir)/clearcap.map

Reply via email to