https://gcc.gnu.org/g:0f83183d724d0def1baceef2fa81e7cae92a4ce8

commit r15-6629-g0f83183d724d0def1baceef2fa81e7cae92a4ce8
Author: Alexandre Oliva <ol...@adacore.com>
Date:   Tue Aug 15 22:07:27 2023 -0300

    ada: Drop vxworks-smp-ppc-link.spec
    
    Adding -msmp to linker options in system-vxworks-ppc-rtp-smp.ads
    obviated vxworks-smp-ppc-link.spec.  Drop it.
    
    gcc/ada/ChangeLog:
    
            * libgnat/system-vxworks-ppc-rtp-smp.ads: Drop
            --specs=vxworks-ppc-link.spec from Linker_Options.
            * vxworks-smp-ppc-link.spec: Delete.

Diff:
---
 gcc/ada/libgnat/system-vxworks-ppc-rtp-smp.ads | 1 -
 gcc/ada/vxworks-smp-ppc-link.spec              | 4 ----
 2 files changed, 5 deletions(-)

diff --git a/gcc/ada/libgnat/system-vxworks-ppc-rtp-smp.ads 
b/gcc/ada/libgnat/system-vxworks-ppc-rtp-smp.ads
index d4bcefd1a44e..1896bfaec221 100644
--- a/gcc/ada/libgnat/system-vxworks-ppc-rtp-smp.ads
+++ b/gcc/ada/libgnat/system-vxworks-ppc-rtp-smp.ads
@@ -121,7 +121,6 @@ package System is
 private
 
    pragma Linker_Options ("-msmp");
-   pragma Linker_Options ("--specs=vxworks-smp-ppc-link.spec");
    pragma Linker_Options ("--specs=vxworks-ppc-link.spec");
    --  Setup proper set of -L's for this configuration
 
diff --git a/gcc/ada/vxworks-smp-ppc-link.spec 
b/gcc/ada/vxworks-smp-ppc-link.spec
deleted file mode 100644
index b68cac22c142..000000000000
--- a/gcc/ada/vxworks-smp-ppc-link.spec
+++ /dev/null
@@ -1,4 +0,0 @@
-*lib:
-+ %{mrtp:%{!shared: \
-     -L%:getenv(WIND_BASE /target/lib_smp/usr/lib/ppc/PPC32/common) \
-   }}

Reply via email to