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

gcc/ada/system-vxworks-arm.ads

index 16cd2b0d5a21584bdcd758811a5568aad20f9c15..2b1fb8e9e4244fed252ed6b43ab4bc28c9c49398 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.