1/* ST 2e / 2f GNU/Linux Configuration.
2   Copyright (C) 2008-2015 Free Software Foundation, Inc.
3
4This file is part of GCC.
5
6GCC is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 3, or (at your option)
9any later version.
10
11GCC is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with GCC; see the file COPYING3.  If not see
18<http://www.gnu.org/licenses/>.  */
19
20/* The various C libraries each have their own subdirectory.  */
21#undef SYSROOT_SUFFIX_SPEC
22#define SYSROOT_SUFFIX_SPEC			\
23  "%{march=loongson2e:/2e ;			\
24     march=loongson2f:/2f}"
25
26#undef STARTFILE_PREFIX_SPEC
27#define STARTFILE_PREFIX_SPEC				\
28  "%{mabi=32: /usr/local/lib/ /lib/ /usr/lib/}		\
29   %{mabi=n32: /usr/local/lib32/ /lib32/ /usr/lib32/}	\
30   %{mabi=64: /usr/local/lib64/ /lib64/ /usr/lib64/}"
31