From: Arnaud Charlet Date: Wed, 22 Jun 2016 10:06:57 +0000 (+0200) Subject: Minor cleanup. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=71b235999de097baad9739568b21f7d2714a306a;p=gcc.git Minor cleanup. From-SVN: r237689 --- diff --git a/gcc/ada/system-vxworks-ppc.ads b/gcc/ada/system-vxworks-ppc.ads index ea2eff98232..37b7d1db8f9 100644 --- a/gcc/ada/system-vxworks-ppc.ads +++ b/gcc/ada/system-vxworks-ppc.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.