|
|
1.1 ! root 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 [email protected] ! 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, 675 Mass Ave, Cambridge, MA 02139, USA. */ ! 30: ! 31: #include "m68k/3b1g.h" ! 32: ! 33: /* Names to predefine in the preprocessor for this target machine. */ ! 34: #undef CPP_PREDEFINES ! 35: #define CPP_PREDEFINES "-Dmc68000 -Dmc68k -Dunix -Dctix -Asystem(unix) -Acpu(m68k) -Amachine(m68k)" ! 36: ! 37: /* Where to look for robotussinized startfiles. */ ! 38: #undef STANDARD_STARTFILE_PREFIX ! 39: #define STANDARD_STARTFILE_PREFIX "/usr/local/lib/gnu/" ! 40: ! 41: /* Generate calls to the MiniFrame's library (for speed). */ ! 42: #define DIVSI3_LIBCALL "ldiv" ! 43: #define UDIVSI3_LIBCALL "uldiv" ! 44: #define MODSI3_LIBCALL "lrem" ! 45: #define UMODSI3_LIBCALL "ulrem" ! 46: #define MULSI3_LIBCALL "lmul" ! 47: #define UMULSI3_LIBCALL "ulmul"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.