aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorOlivier Hainque <hainque@adacore.com>2014-05-28 09:51:07 +0000
committerOlivier Hainque <hainque@gcc.gnu.org>2014-05-28 09:51:07 +0000
commit49664873f8397f8ebd0aa14b57497974e703651a (patch)
tree70da356dd95d0cee811c80f82e63a7cd23e3339e /gcc/config.gcc
parentb8c6a45ab7a0a6c8c7a6315f255312b32b5a8403 (diff)
downloadgcc-49664873f8397f8ebd0aa14b57497974e703651a.zip
gcc-49664873f8397f8ebd0aa14b57497974e703651a.tar.gz
gcc-49664873f8397f8ebd0aa14b57497974e703651a.tar.bz2
vxworks.h (VXCPU_FOR_8548): New.
2014-05-28 Olivier Hainque <hainque@adacore.com> * config/rs6000/vxworks.h (VXCPU_FOR_8548): New. Default to PPC85XX. (CPP_SPEC): Add entry for -mcpu=8548. * config/rs6000/vxworksae.h: Reinstate. Override VXCPU_FOR_8548. * config.gcc (powerpc-wrs-vxworksae, tm_file): Add back vxworksae.h. From-SVN: r211011
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index bf05385..c3f3ea6 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -2313,7 +2313,7 @@ powerpc-wrs-vxworks|powerpc-wrs-vxworksae)
extra_headers=ppc-asm.h
case ${target} in
*-vxworksae*)
- tm_file="${tm_file} vx-common.h vxworksae.h rs6000/vxworks.h rs6000/e500.h"
+ tm_file="${tm_file} vx-common.h vxworksae.h rs6000/vxworks.h rs6000/e500.h rs6000/vxworksae.h"
tmake_file="${tmake_file} rs6000/t-vxworksae"
;;
*-vxworks*)