1345153Sdim# Copyright (C) 2003-2015 Free Software Foundation, Inc.
2345153Sdim#
3345153Sdim# This file is part of GCC.
4345153Sdim#
5345153Sdim# GCC is free software; you can redistribute it and/or modify
6345153Sdim# it under the terms of the GNU General Public License as published by
7345153Sdim# the Free Software Foundation; either version 3, or (at your option)
8353358Sdim# any later version.
9353358Sdim#
10353358Sdim# GCC is distributed in the hope that it will be useful,
11345153Sdim# but WITHOUT ANY WARRANTY; without even the implied warranty of
12345153Sdim# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13345153Sdim# GNU General Public License for more details.
14345153Sdim#
15345153Sdim# You should have received a copy of the GNU General Public License
16345153Sdim# along with GCC; see the file COPYING3.  If not see
17345153Sdim# <http://www.gnu.org/licenses/>.
18345153Sdim
19345153SdimMULTILIB_OPTIONS = \
20345153Sdim  mrtp fPIC \
21345153Sdim  t4/t4be/t4t/t4tbe/t5/t5be/t5t/t5tbe/tstrongarm/txscale/txscalebe
22345153SdimMULTILIB_MATCHES = fPIC=fpic
23345153Sdim# Don't build -fPIC multilibs for kernel or Thumb code.
24345153SdimMULTILIB_EXCEPTIONS = fPIC* mrtp/fPIC/*t[45]t*
25345153Sdim