]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config/i386/crtdll.h
* getopt.h, obstack.h: Updated from gcc.
[thirdparty/gcc.git] / gcc / config / i386 / crtdll.h
CommitLineData
5cd4989a
JL
1/* Operating system specific defines to be used when targeting GCC for
2 hosting on Windows32, using GNU tools and the Windows32 API Library,
3 as distinct from winnt.h, which is used to build GCC for use with a
4 windows style library and tool set and uses the Microsoft tools.
5 This variant uses CRTDLL.DLL insted of MSVCRTDLL.DLL.
6 Copyright (C) 1998 Free Software Foundation, Inc.
7
8This file is part of GNU CC.
9
10GNU CC is free software; you can redistribute it and/or modify
11it under the terms of the GNU General Public License as published by
12the Free Software Foundation; either version 2, or (at your option)
13any later version.
14
15GNU CC is distributed in the hope that it will be useful,
16but WITHOUT ANY WARRANTY; without even the implied warranty of
17MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18GNU General Public License for more details.
19
20You should have received a copy of the GNU General Public License
21along with GNU CC; see the file COPYING. If not, write to
22the Free Software Foundation, 59 Temple Place - Suite 330,
23Boston, MA 02111-1307, USA. */
24
25#undef LIBGCC_SPEC
26#define LIBGCC_SPEC "-lmingw32 -lgcc -lmoldname -lcrtdll"
27
28/* Specify a different entry point when linking a DLL */
29#undef STARTFILE_SPEC
30#define STARTFILE_SPEC "%{mdll:dllcrt1%O%s} %{!mdll:crt1%O%s}"
31
32#undef MATH_LIBRARY
33#define MATH_LIBRARY "-lcrtdll"