Initial revision
[official-gcc.git] / gcc / config / m68k / ctix.h
blob9c213fc1a52de533029c1884ff6ebd382d4850bd
1 /* Definitions of target machine for GNU compiler.
2 Convergent Technologies MiniFrame version,
3 using GAS and binutils with COFF encapsulation.
5 Written by Ronald Cole
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...
11 bug reports to csusac!unify!rjc@ucdavis.edu
13 Copyright (C) 1990 Free Software Foundation, Inc.
15 This file is part of GNU CC.
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.
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.
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. */
32 #include "m68k/3b1g.h"
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)"
38 /* Where to look for robotussinized startfiles. */
39 #undef STANDARD_STARTFILE_PREFIX
40 #define STANDARD_STARTFILE_PREFIX "/usr/local/lib/gnu/"
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"