aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ada/system-vxworks-ppc.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/system-vxworks-ppc.ads b/gcc/ada/system-vxworks-ppc.ads
index ea2eff9..37b7d1d 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.