From: Arnaud Charlet Date: Wed, 22 Jun 2016 10:43:12 +0000 (+0200) Subject: Code cleanup. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a9f5b1b83691f97dd0e23063e9145582877b1745;p=gcc.git Code cleanup. From-SVN: r237695 --- diff --git a/gcc/ada/system-vxworks-arm.ads b/gcc/ada/system-vxworks-arm.ads index 16cd2b0d5a2..2b1fb8e9e42 100644 --- a/gcc/ada/system-vxworks-arm.ads +++ b/gcc/ada/system-vxworks-arm.ads @@ -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.