|
|
1.1 ! root 1: /* Definitions of target machine for GNU compiler. ! 2: Motorola m88100 running Omron Luna/88k. ! 3: Copyright (C) 1991 Free Software Foundation, Inc. ! 4: Contributed by Jeffery Friedl ([email protected]) ! 5: Currently supported by Tom Wood ([email protected]) ! 6: ! 7: This file is part of GNU CC. ! 8: ! 9: GNU CC is free software; you can redistribute it and/or modify ! 10: it under the terms of the GNU General Public License as published by ! 11: the Free Software Foundation; either version 2, or (at your option) ! 12: any later version. ! 13: ! 14: GNU CC is distributed in the hope that it will be useful, ! 15: but WITHOUT ANY WARRANTY; without even the implied warranty of ! 16: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! 17: GNU General Public License for more details. ! 18: ! 19: You should have received a copy of the GNU General Public License ! 20: along with GNU CC; see the file COPYING. If not, write to ! 21: the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ! 22: ! 23: /* The Omron Luna/88k is MACH and uses BSD a.out, not COFF or ELF. */ ! 24: #ifndef MACH ! 25: #define MACH ! 26: #endif ! 27: #define DBX_DEBUGGING_INFO ! 28: ! 29: #include "aoutos.h" ! 30: #include "m88k.h" ! 31: ! 32: /* Identify the compiler. */ ! 33: #undef VERSION_INFO1 ! 34: #define VERSION_INFO1 "Omron Luna/88k, " ! 35: ! 36: /* Macros to be automatically defined. */ ! 37: #undef CPP_PREDEFINES ! 38: #define CPP_PREDEFINES \ ! 39: "-DMACH -Dmc88100 -Dm88k -Dunix -Dluna -Dluna88k -D__CLASSIFY_TYPE__=2" ! 40: ! 41: /* Specify extra dir to search for include files. */ ! 42: #undef SYSTEM_INCLUDE_DIR ! 43: #define SYSTEM_INCLUDE_DIR "/usr/mach/include" ! 44: ! 45: /* For the Omron Luna/88k, a float function returns a double in traditional ! 46: mode (and a float in ansi mode). */ ! 47: #undef TRADITIONAL_RETURN_FLOAT
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.