From: Alexandre Oliva Date: Wed, 16 Aug 2023 01:07:27 +0000 (-0300) Subject: ada: Drop vxworks-smp-ppc-link.spec X-Git-Tag: basepoints/gcc-16~2924 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0f83183d724d0def1baceef2fa81e7cae92a4ce8;p=thirdparty%2Fgcc.git 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 --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) \ - }}