152284Sobrien/* Definitions for Intel 386 running System V Release 5 (i.e. UnixWare 7)
252284Sobrien   Copyright (C) 1999 Free Software Foundation, Inc.
352284Sobrien   Contributed by Robert Lipe (robertlipe@usa.net)
452284Sobrien
5132718SkanThis file is part of GCC.
652284Sobrien
7132718SkanGCC is free software; you can redistribute it and/or modify
852284Sobrienit under the terms of the GNU General Public License as published by
952284Sobrienthe Free Software Foundation; either version 2, or (at your option)
1052284Sobrienany later version.
1152284Sobrien
12132718SkanGCC is distributed in the hope that it will be useful,
1352284Sobrienbut WITHOUT ANY WARRANTY; without even the implied warranty of
1452284SobrienMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1552284SobrienGNU General Public License for more details.
1652284Sobrien
1752284SobrienYou should have received a copy of the GNU General Public License
18132718Skanalong with GCC; see the file COPYING.  If not, write to
19169689Skanthe Free Software Foundation, 51 Franklin Street, Fifth Floor,
20169689SkanBoston, MA 02110-1301, USA.  */
2152284Sobrien
2252284Sobrien
2352284Sobrien/* Dwarf2 is supported by native debuggers  */
2452284Sobrien
2552284Sobrien#undef PREFERRED_DEBUGGING_TYPE
2652284Sobrien#define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG
2752284Sobrien
2852284Sobrien/* Add -lcrt for Dwarf2 abbreviation table */
2952284Sobrien#undef  LIB_SPEC
3090075Sobrien#define LIB_SPEC "%{pthread:-lthread} %{pthreadT:-lthreadT} \
3190075Sobrien	%{!shared:%{!symbolic:-lc -lcrt}}"
3252284Sobrien
3352284Sobrien#undef CPP_SPEC
34117395Skan#define CPP_SPEC "%{pthread:-D_REENTRANT} %{pthreadT:-D_REENTRANT}"
35