aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2016-06-22 12:06:57 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2016-06-22 12:06:57 +0200
commit71b235999de097baad9739568b21f7d2714a306a (patch)
treea7ad5178c74e8b9debbb4a1daadb975ccc810371 /gcc
parentf26a3587a6270640d7843ccdbfe9cc12379eba24 (diff)
downloadgcc-71b235999de097baad9739568b21f7d2714a306a.zip
gcc-71b235999de097baad9739568b21f7d2714a306a.tar.gz
gcc-71b235999de097baad9739568b21f7d2714a306a.tar.bz2
Minor cleanup.
From-SVN: r237689
Diffstat (limited to 'gcc')
-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.