# Wind River GNU/Linux Configuration.
# Copyright (C) 2006, 2007, 2013
# Free Software Foundation, Inc.
#
# This file is part of GCC.
#
# GCC is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
# 
# GCC is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GCC; see the file COPYING3.  If not see
# <http://www.gnu.org/licenses/>.

# Build hard-float (32-bit and 64-bit), soft-float and E500v2
# libraries.
MULTILIB_OPTIONS = m64 msoft-float/te500v2/tppc476/mcpu=e6500
MULTILIB_DIRNAMES = 64 soft-float te500v2 tppc476 e6500

MULTILIB_EXCEPTIONS += *m64*/*msoft-float* *m64*/*te500v2* *m64*/*tppc476*

MULTILIB_OSDIRNAMES = m64=../lib64
MULTILIB_OSDIRNAMES += msoft-float=!soft-float
MULTILIB_OSDIRNAMES += te500v2=!te500v2
MULTILIB_OSDIRNAMES += tppc476=!tppc476
MULTILIB_OSDIRNAMES += mcpu.e6500=../lib/e6500
MULTILIB_OSDIRNAMES += m64/mcpu.e6500=../lib64/e6500
