190075Sobrien/* Operating system specific defines to be used when targeting GCC for
290075Sobrien   Interix version 3.
390075Sobrien   Copyright (C) 2001 Free Software Foundation, Inc.
490075Sobrien   Contributed by Douglas B. Rupp (rupp@gnat.com)
590075Sobrien
6132718SkanThis file is part of GCC.
790075Sobrien
8132718SkanGCC is free software; you can redistribute it and/or modify
990075Sobrienit under the terms of the GNU General Public License as published by
1090075Sobrienthe Free Software Foundation; either version 2, or (at your option)
1190075Sobrienany later version.
1290075Sobrien
13132718SkanGCC is distributed in the hope that it will be useful,
1490075Sobrienbut WITHOUT ANY WARRANTY; without even the implied warranty of
1590075SobrienMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1690075SobrienGNU General Public License for more details.
1790075Sobrien
1890075SobrienYou should have received a copy of the GNU General Public License
19132718Skanalong with GCC; see the file COPYING.  If not, write to
20169689Skanthe Free Software Foundation, 51 Franklin Street, Fifth Floor,
21169689SkanBoston, MA 02110-1301, USA.  */
2290075Sobrien
2390075Sobrien/* Interix 3.x has a single rooted file system and properly named
2490075Sobrien   libraries, so LIB_SPEC can be simplified */
2590075Sobrien
2690075Sobrien#undef LIB_SPEC
2790075Sobrien#define LIB_SPEC "\
2890075Sobrien %{!shared:%{!dynamic:-lc -lpsxdll \
2990075Sobrien }} \
3090075Sobrien %{!G:%{!dynamic:-lc -lpsxdll \
3190075Sobrien }} \
3290075Sobrien %{dynamic:-lc -lpsxdll \
3390075Sobrien } \
3490075Sobrien %{v}"
3590075Sobrien
36