home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / gcc / config / m68k / ctix.h < prev    next >
C/C++ Source or Header  |  1995-06-15  |  2KB  |  49 lines

  1. /* Definitions of target machine for GNU compiler.
  2.    Convergent Technologies MiniFrame version,
  3.    using GAS and binutils with COFF encapsulation.
  4.  
  5.    Written by Ronald Cole
  6.  
  7.    Because the MiniFrame's C compiler is so completely lobotomized,
  8.    bootstrapping this is damn near impossible!
  9.    Write to me for information on obtaining the binaries...
  10.  
  11.    bug reports to csusac!unify!rjc@ucdavis.edu
  12.  
  13.    Copyright (C) 1990 Free Software Foundation, Inc.
  14.  
  15. This file is part of GNU CC.
  16.  
  17. GNU CC is free software; you can redistribute it and/or modify
  18. it under the terms of the GNU General Public License as published by
  19. the Free Software Foundation; either version 2, or (at your option)
  20. any later version.
  21.  
  22. GNU CC is distributed in the hope that it will be useful,
  23. but WITHOUT ANY WARRANTY; without even the implied warranty of
  24. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  25. GNU General Public License for more details.
  26.  
  27. You should have received a copy of the GNU General Public License
  28. along with GNU CC; see the file COPYING.  If not, write to
  29. the Free Software Foundation, 59 Temple Place - Suite 330,
  30. Boston, MA 02111-1307, USA.  */
  31.  
  32. #include "m68k/3b1g.h"
  33.  
  34. /* Names to predefine in the preprocessor for this target machine.  */
  35. #undef CPP_PREDEFINES
  36. #define CPP_PREDEFINES "-Dmc68000 -Dmc68k -Dunix -Dctix -Asystem(unix)  -Acpu(m68k) -Amachine(m68k)"
  37.  
  38. /* Where to look for robotussinized startfiles.  */
  39. #undef STANDARD_STARTFILE_PREFIX
  40. #define STANDARD_STARTFILE_PREFIX "/usr/local/lib/gnu/"
  41.  
  42. /* Generate calls to the MiniFrame's library (for speed).  */
  43. #define DIVSI3_LIBCALL "ldiv"
  44. #define UDIVSI3_LIBCALL "uldiv"
  45. #define MODSI3_LIBCALL "lrem"
  46. #define UMODSI3_LIBCALL "ulrem"
  47. #define MULSI3_LIBCALL "lmul"
  48. #define UMULSI3_LIBCALL "ulmul"
  49.