diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-17 13:47:44 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-17 13:47:44 +0000 |
commit | 8dcc3d95aef6d2564a35f9808f565df813e62dde (patch) | |
tree | bf2237bdb3e58e0058fd6aab9cbad11f924dc3b0 /gcc/config/sparc/rtemself.h | |
parent | 52903bc1efbd153f4e5a34228f8944affcd6499c (diff) | |
download | gcc-8dcc3d95aef6d2564a35f9808f565df813e62dde.tar.gz |
* config/sol2.h: Add TARGET_SUB_OS_CPP_BUILTINS.
* config/sparc/liteelf.h, config/sparc/openbsd64.h,
config/sparc/rtemself.h, config/sparc/sol2-64.h,
config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h:
Update for use of TARGET_SUB_OS_CPP_BUILTINS.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66905 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sparc/rtemself.h')
-rw-r--r-- | gcc/config/sparc/rtemself.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sparc/rtemself.h b/gcc/config/sparc/rtemself.h index 3bd95711572..208292911fe 100644 --- a/gcc/config/sparc/rtemself.h +++ b/gcc/config/sparc/rtemself.h @@ -20,7 +20,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Target OS builtins. */ -#define TARGET_OS_CPP_BUILTINS() \ +#define TARGET_SUB_OS_CPP_BUILTINS() \ do \ { \ builtin_define_std ("sparc"); \ |