1282785Sgjb/* Definitions of target machine for GCC.
2282785Sgjb   common kaOS definitions for all architectures.
3282785Sgjb   Copyright (C) 2003 Free Software Foundation, Inc.
4282785Sgjb
5282785SgjbThis file is part of GCC.
6282785Sgjb
7282785SgjbGCC is free software; you can redistribute it and/or modify
8283545Sgjbit under the terms of the GNU General Public License as published by
9283545Sgjbthe Free Software Foundation; either version 2, or (at your option)
10283545Sgjbany later version.
11283545Sgjb
12282785SgjbGCC is distributed in the hope that it will be useful,
13282785Sgjbbut WITHOUT ANY WARRANTY; without even the implied warranty of
14282785SgjbMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15282785SgjbGNU General Public License for more details.
16282785Sgjb
17283545SgjbYou should have received a copy of the GNU General Public License
18283545Sgjbalong with GCC; see the file COPYING.  If not, write to
19282785Sgjbthe Free Software Foundation, 51 Franklin Street, Fifth Floor,
20282785SgjbBoston, MA 02110-1301, USA.  */
21283545Sgjb
22283545Sgjb/* Specify predefined symbols in preprocessor.  */
23283545Sgjb#define TARGET_OS_CPP_BUILTINS()		\
24283545Sgjb    do {					\
25283545Sgjb	builtin_define ("__kaOS__");	\
26283545Sgjb    } while (0)
27282785Sgjb
28282785Sgjb
29282785Sgjb/* do not link any library implicitly for kaOS target.  */
30282785Sgjb#undef LIB_SPEC
31282785Sgjb#define LIB_SPEC ""
32282785Sgjb