diff options
Diffstat (limited to 'gcc/ada/mlib-tgt-specific-vxworks.adb')
-rw-r--r-- | gcc/ada/mlib-tgt-specific-vxworks.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/mlib-tgt-specific-vxworks.adb b/gcc/ada/mlib-tgt-specific-vxworks.adb index 17a9d74a17f..29abd80147f 100644 --- a/gcc/ada/mlib-tgt-specific-vxworks.adb +++ b/gcc/ada/mlib-tgt-specific-vxworks.adb @@ -7,7 +7,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 2003-2011, Free Software Foundation, Inc. -- +-- Copyright (C) 2003-2013, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -157,7 +157,7 @@ package body MLib.Tgt.Specific is return "sparc"; elsif Target_Name (Target_Name'First .. Index) = "sparc64" then return "sparc64"; - elsif Target_Name (Target_Name'First .. Index) = "xscale" then + elsif Target_Name (Target_Name'First .. Index) = "arm" then return "arm"; elsif Target_Name (Target_Name'First .. Index) = "i586" then return "pentium"; |