kaos.h revision 169689
1215547Sjilles/* Definitions of target machine for GCC.
2215547Sjilles   common kaOS definitions for all architectures.
3215547Sjilles   Copyright (C) 2003 Free Software Foundation, Inc.
4215547Sjilles
5215547SjillesThis file is part of GCC.
6215547Sjilles
7215547SjillesGCC is free software; you can redistribute it and/or modify
8215547Sjillesit under the terms of the GNU General Public License as published by
9215547Sjillesthe Free Software Foundation; either version 2, or (at your option)
10215547Sjillesany later version.
11215547Sjilles
12215547SjillesGCC is distributed in the hope that it will be useful,
13215547Sjillesbut WITHOUT ANY WARRANTY; without even the implied warranty of
14215547SjillesMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15215547SjillesGNU General Public License for more details.
16215547Sjilles
17215547SjillesYou should have received a copy of the GNU General Public License
18236771Sjillesalong with GCC; see the file COPYING.  If not, write to
19215547Sjillesthe Free Software Foundation, 51 Franklin Street, Fifth Floor,
20215547SjillesBoston, MA 02110-1301, USA.  */
21215547Sjilles
22/* Specify predefined symbols in preprocessor.  */
23#define TARGET_OS_CPP_BUILTINS()		\
24    do {					\
25	builtin_define ("__kaOS__");	\
26    } while (0)
27
28
29/* do not link any library implicitly for kaOS target.  */
30#undef LIB_SPEC
31#define LIB_SPEC ""
32