sysv5.h revision 117395
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
552284SobrienThis file is part of GNU CC.
652284Sobrien
752284SobrienGNU CC 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
1252284SobrienGNU CC 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
1852284Sobrienalong with GNU CC; see the file COPYING.  If not, write to
1952284Sobrienthe Free Software Foundation, 59 Temple Place - Suite 330,
2052284SobrienBoston, MA 02111-1307, 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