Annotation of gcc/config/hp310.h, revision 1.1.1.1

1.1       root        1: /* Definitions of target machine for GNU compiler.  HP-UX 68010 version.  */
                      2: 
                      3: /* See m68k.h.  0 means 68000 without 68881 and no bitfields.   */
                      4: #define        TARGET_DEFAULT 0
                      5: 
                      6: #include "hp320.h"
                      7: 
                      8: #undef CPP_SPEC
                      9: #undef ASM_SPEC
                     10: 
                     11: /* HP does not support a 68020 without a 68881 or a 68010 with a 68881.
                     12:    However, -m68020 does not imply -m68881.  You must specify both
                     13:    if you want both.  */
                     14: 
                     15: #ifdef HPUX_ASM
                     16: 
                     17: #define CPP_SPEC "-D__HPUX_ASM__ %{m68881: -D__HAVE_68881__}\
                     18: %{m68020: -Dmc68020}%{mc68020: -Dmc68020}\
                     19: %{!traditional:-D_INCLUDE__STDC__}"
                     20: 
                     21: #define ASM_SPEC "%{!m68020:%{!mc68020:+X}}"
                     22: 
                     23: #else  /* not HPUX_ASM */
                     24: 
                     25: #define CPP_SPEC "%{m68881: -D__HAVE_68881__}\
                     26: %{m68020: -Dmc68020}%{mc68020: -Dmc68020}\
                     27: %{!traditional:-D_INCLUDE__STDC__}"
                     28: 
                     29: #define ASM_SPEC \
                     30:  "%{m68000:-mc68000}%{mc68000:-mc68000}%{!mc68000:%{!m68000:-mc68020}}"
                     31: 
                     32: #endif /* not HPUX_ASM */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.