]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Drop vxworks-smp-ppc-link.spec
authorAlexandre Oliva <oliva@adacore.com>
Wed, 16 Aug 2023 01:07:27 +0000 (22:07 -0300)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Tue, 7 Jan 2025 12:33:33 +0000 (13:33 +0100)
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.

gcc/ada/libgnat/system-vxworks-ppc-rtp-smp.ads
gcc/ada/vxworks-smp-ppc-link.spec [deleted file]

index d4bcefd1a44ee28cf447f96dc928f62c2811ffab..1896bfaec22189dabb2314fe532f09b9f9b14184 100644 (file)
@@ -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 (file)
index b68cac2..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-*lib:
-+ %{mrtp:%{!shared: \
-     -L%:getenv(WIND_BASE /target/lib_smp/usr/lib/ppc/PPC32/common) \
-   }}