aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2016-06-22 12:43:12 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2016-06-22 12:43:12 +0200
commita9f5b1b83691f97dd0e23063e9145582877b1745 (patch)
tree0ab5694184027d1a2e57ebc2444dbe51cf697eb7 /gcc
parent194d6f3fc91c5642cb2dd9e93379af66d5e71e0c (diff)
downloadgcc-a9f5b1b83691f97dd0e23063e9145582877b1745.zip
gcc-a9f5b1b83691f97dd0e23063e9145582877b1745.tar.gz
gcc-a9f5b1b83691f97dd0e23063e9145582877b1745.tar.bz2
Code cleanup.
From-SVN: r237695
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/system-vxworks-arm.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/system-vxworks-arm.ads b/gcc/ada/system-vxworks-arm.ads
index 16cd2b0..2b1fb8e 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.