diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-17 07:19:56 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-17 07:19:56 +0000 |
commit | 06585cbc8acbce02d20f899caf8fb1e140aea890 (patch) | |
tree | f99fc63c8af0a9699f048d06ce3c1989fad067a5 /gcc/config/sparc/sol2-64.h | |
parent | dd6fed02c5470287b47a28aa627698bdaaed18a4 (diff) | |
download | gcc-06585cbc8acbce02d20f899caf8fb1e140aea890.tar.gz |
* config.gcc (sparc-*-sysv4*): Add sparc/sysv4-only.h.
* sparc/aout.h, sparc/elf.h, sparc/freebsd.h, sparc/linux.h,
sparc/linux64.h, sparc/lite.h, sparc/litecoff.h, sparc/liteelf.h,
sparc/netbsd-elf.h, sparc/openbsd.h, sparc/openbsd64.h,
sparc/pbd.h, sparc/rtemself.h, sparc/sol2-64.h, sparc/sol2-bi.h,
sparc/sol2.h, sparc/sp64-elf.h, sparc/sp86-elf.h, sparc/sparc.h,
sparc/sysv4.h,
* sparc/sysv4-only.h: New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66902 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sparc/sol2-64.h')
-rw-r--r-- | gcc/config/sparc/sol2-64.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/config/sparc/sol2-64.h b/gcc/config/sparc/sol2-64.h index ccdc8f3f800..18e17428a02 100644 --- a/gcc/config/sparc/sol2-64.h +++ b/gcc/config/sparc/sol2-64.h @@ -5,3 +5,11 @@ #define TARGET_DEFAULT \ (MASK_V9 + MASK_PTR64 + MASK_64BIT /* + MASK_HARD_QUAD */ + \ MASK_STACK_BIAS + MASK_FPU + MASK_LONG_DOUBLE_128) + +/* Target OS builtins. */ +#define TARGET_OS_CPP_BUILTINS() \ + do \ + { \ + builtin_define_std ("sparc"); \ + } \ + while (0) |