home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 7 / FreshFishVol7.bin / bbs / gnu / gcc-2.3.3-src.lha / GNU / src / amiga / gcc-2.3.3 / config / dec-osf1.h < prev    next >
C/C++ Source or Header  |  1994-02-06  |  2KB  |  52 lines

  1. /* Definitions of target machine for GNU compiler.  DECstation (OSF/1) version.
  2.    Copyright (C) 1992 Free Software Foundation, Inc.
  3.  
  4. This file is part of GNU CC.
  5.  
  6. GNU CC is free software; you can redistribute it and/or modify
  7. it under the terms of the GNU General Public License as published by
  8. the Free Software Foundation; either version 2, or (at your option)
  9. any later version.
  10.  
  11. GNU CC is distributed in the hope that it will be useful,
  12. but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14. GNU General Public License for more details.
  15.  
  16. You should have received a copy of the GNU General Public License
  17. along with GNU CC; see the file COPYING.  If not, write to
  18. the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
  19.  
  20. #define DEC_OSF1
  21.  
  22. #define CPP_PREDEFINES "-D__ANSI_COMPAT \
  23. -DMIPSEL -DR3000 -DSYSTYPE_BSD -D_SYSTYPE_BSD -Dbsd4_2 -Dhost_mips -Dmips -Dosf -Dunix"
  24.  
  25. #define LINK_SPEC "\
  26. %{G*} \
  27. %{!mgas: \
  28.     %{EL} %{!EL: -EL} \
  29.     %{EB: %e-EB not supported} \
  30.     %{mips1} %{mips2} %{mips3} %{bestGnum} \
  31.     %{shared} %{non_shared} %{call_shared} %{no_archive} %{exact_version} \
  32.     %{!shared: %{!non_shared: %{!call_shared: -non_shared}}}}"
  33.  
  34. #include "decstatn.h"
  35.  
  36. /* Specify size_t, ptrdiff_t, and wchar_t types.  */
  37. #undef    SIZE_TYPE
  38. #undef    PTRDIFF_TYPE
  39. #undef    WCHAR_TYPE
  40. #undef    WCHAR_TYPE_SIZE
  41.  
  42. #define SIZE_TYPE    "long unsigned int"
  43. #define PTRDIFF_TYPE    "int"
  44. #define WCHAR_TYPE    "short unsigned int"
  45. #define WCHAR_TYPE_SIZE SHORT_TYPE_SIZE
  46.  
  47. /* turn off collect2 COFF support, since ldfcn now has elf declaration */
  48. #undef OBJECT_FORMAT_COFF
  49.  
  50. #undef MACHINE_TYPE
  51. #define MACHINE_TYPE "DECstation running DEC OSF/1"
  52.