home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / g77-0.5.15-src.tgz / tar.out / fsf / g77 / config / i386 / osfelf.h < prev    next >
C/C++ Source or Header  |  1996-09-28  |  3KB  |  79 lines

  1. /* Definitions of target machine for GNU compiler.
  2.    Intel 386 (OSF/1 with ELF) version.
  3.    Copyright (C) 1993 Free Software Foundation, Inc.
  4.  
  5. This file is part of GNU CC.
  6.  
  7. GNU CC is free software; you can redistribute it and/or modify
  8. it under the terms of the GNU General Public License as published by
  9. the Free Software Foundation; either version 2, or (at your option)
  10. any later version.
  11.  
  12. GNU CC is distributed in the hope that it will be useful,
  13. but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15. GNU General Public License for more details.
  16.  
  17. You should have received a copy of the GNU General Public License
  18. along with GNU CC; see the file COPYING.  If not, write to
  19. the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
  20.  
  21. #include "config/i386/osfrose.h"
  22.  
  23. #undef    CPP_PREDEFINES
  24. #define CPP_PREDEFINES "-DOSF -DOSF1 -Dunix -Di386 -Asystem(unix) -Asystem(xpg4) -Acpu(i386) -Amachine(i386)"
  25.  
  26. #undef  CPP_SPEC
  27. #define CPP_SPEC "\
  28. %{mrose: -D__ROSE__ %{!pic-none: -D__SHARED__}} \
  29. %{!mrose: -D__ELF__ %{fpic: -D__SHARED__}} \
  30. %{mno-underscores: -D__NO_UNDERSCORES__} \
  31. %{!mrose: %{!munderscores: -D__NO_UNDERSCORES__}} \
  32. %{.S:    %{!ansi:%{!traditional:%{!traditional-cpp:%{!ftraditional: -traditional}}}}} \
  33. %{.S:    -D__LANGUAGE_ASSEMBLY %{!ansi:-DLANGUAGE_ASSEMBLY}} \
  34. %{.cc:    -D__LANGUAGE_C_PLUS_PLUS} \
  35. %{.cxx:    -D__LANGUAGE_C_PLUS_PLUS} \
  36. %{.C:    -D__LANGUAGE_C_PLUS_PLUS} \
  37. %{.m:    -D__LANGUAGE_OBJECTIVE_C} \
  38. %{!.S:    -D__LANGUAGE_C %{!ansi:-DLANGUAGE_C}}"
  39.  
  40. /* Turn on -pic-extern by default for OSF/rose, -fpic for ELF.  */
  41. #undef  CC1_SPEC
  42. #define CC1_SPEC "\
  43. %{gline:%{!g:%{!g0:%{!g1:%{!g2: -g1}}}}} \
  44. %{!melf: %{!mrose: -melf }} \
  45. %{!mrose: %{!munderscores: %{!mno-underscores: -mno-underscores }} \
  46.       %{!mmcount: %{!mno-mcount: %{!mmcount-ptr: -mmcount-ptr }}}} \
  47. %{mrose: %{!mmcount: %{!mno-mcount: %{!mmcount-ptr: -mmcount }}} \
  48.      %{pic-extern: -mhalf-pic } %{pic-lib: -mhalf-pic } \
  49.      %{!pic-extern: %{!pic-lib: %{pic-none: -mno-half-pic} %{!pic-none: -mhalf-pic}}} \
  50.      %{pic-calls: } %{pic-names*: }}"
  51.  
  52. #undef    ASM_SPEC
  53. #define ASM_SPEC       "%{v*: -v}"
  54.  
  55. #undef  LINK_SPEC
  56. #define LINK_SPEC      "%{v*: -v} \
  57. %{mrose:    %{!noshrlib: %{pic-none: -noshrlib} %{!pic-none: -warn_nopic}} \
  58.         %{nostdlib} %{noshrlib} %{glue}} \
  59. %{!mrose:    %{dy} %{dn} %{glue: } \
  60.         %{h*} %{z*} \
  61.         %{static:-dn -Bstatic} \
  62.         %{shared:-G -dy} \
  63.         %{symbolic:-Bsymbolic -G -dy} \
  64.         %{G:-G} \
  65.         %{!dy: %{!dn: %{!static: %{!shared: %{!symbolic: \
  66.             %{noshrlib: -dn } %{pic-none: -dn } \
  67.             %{!noshrlib: %{!pic-none: -dy}}}}}}}}"
  68.  
  69. #undef TARGET_VERSION_INTERNAL
  70. #undef TARGET_VERSION
  71.  
  72. #undef    I386_VERSION
  73. #define I386_VERSION " 80386, ELF objects"
  74.  
  75. #define TARGET_VERSION_INTERNAL(STREAM) fputs (I386_VERSION, STREAM)
  76. #define TARGET_VERSION TARGET_VERSION_INTERNAL (stderr)
  77.  
  78. #undef OBJECT_FORMAT_ROSE
  79.