]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Minor cleanup.
authorArnaud Charlet <charlet@gcc.gnu.org>
Wed, 22 Jun 2016 10:06:57 +0000 (12:06 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 22 Jun 2016 10:06:57 +0000 (12:06 +0200)
From-SVN: r237689

gcc/ada/system-vxworks-ppc.ads

index ea2eff982325bac3ccf15a506e76d9d6562d2cf5..37b7d1db8f9ffd8e0b38c2b668cd7fc3193875cd 100644 (file)
@@ -118,7 +118,7 @@ package System is
 
 private
 
-   pragma Linker_Options ("--specs=vxworks-crtbe-link.spec");
+   pragma Linker_Options ("--specs=vxworks-gnat-crtbe-link.spec");
    --  Pull in crtbegin/crtend objects and register exceptions for ZCX.
    --  This is commented out by our Makefile for SJLJ runtimes.