diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-22 14:11:44 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-22 14:11:44 +0000 |
commit | 2b175b7872781bd3116efc5d1146a2b3157d4c22 (patch) | |
tree | 988299f9f5337437d4c0a5d64d23046a926cd971 /gcc/config/rs6000/rtems.h | |
parent | b33c41a15efe5f9380b7d4826d606c9c90f1f0de (diff) | |
download | gcc-2b175b7872781bd3116efc5d1146a2b3157d4c22.tar.gz |
2004-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* config/rs6000/rtems.h (TARGET_OS_CPP_BUILTINS): Add
builtin_define ("__USE_INIT_FINI__").
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87858 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/rtems.h')
-rw-r--r-- | gcc/config/rs6000/rtems.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/rs6000/rtems.h b/gcc/config/rs6000/rtems.h index 0245269203b..9d8a3c3c7f6 100644 --- a/gcc/config/rs6000/rtems.h +++ b/gcc/config/rs6000/rtems.h @@ -27,6 +27,7 @@ { \ builtin_define_std ("PPC"); \ builtin_define ("__rtems__"); \ + builtin_define ("__USE_INIT_FINI__"); \ builtin_assert ("system=rtems"); \ builtin_assert ("cpu=powerpc"); \ builtin_assert ("machine=powerpc"); \ |