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 16cd2b0..2b1fb8e 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.