1*4c3eb207Smrg# Makefile fragment for building GCC for the rx-linux. 2*4c3eb207Smrg# Copyright (C) 2019 Yoshinori Sato 3*4c3eb207Smrg# Based on t-rx 4*4c3eb207Smrg# 5*4c3eb207Smrg# This file is part of GCC. 6*4c3eb207Smrg# 7*4c3eb207Smrg# GCC is free software; you can redistribute it and/or modify it 8*4c3eb207Smrg# under the terms of the GNU General Public License as published 9*4c3eb207Smrg# by the Free Software Foundation; either version 3, or (at your 10*4c3eb207Smrg# option) any later version. 11*4c3eb207Smrg# 12*4c3eb207Smrg# GCC is distributed in the hope that it will be useful, but 13*4c3eb207Smrg# WITHOUT ANY WARRANTY; without even the implied warranty of 14*4c3eb207Smrg# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See 15*4c3eb207Smrg# the GNU General Public License for more details. 16*4c3eb207Smrg# 17*4c3eb207Smrg# You should have received a copy of the GNU General Public 18*4c3eb207Smrg# License along with GCC; see the file COPYING3. If not see 19*4c3eb207Smrg# <http://www.gnu.org/licenses/>. 20*4c3eb207Smrg 21*4c3eb207Smrg# Enable multilibs: 22*4c3eb207Smrg 23*4c3eb207SmrgMULTILIB_OPTIONS = 24*4c3eb207SmrgMULTILIB_DIRNAMES = 25*4c3eb207Smrg 26*4c3eb207SmrgMULTILIB_MATCHES = nofpu=mnofpu nofpu=mcpu?rx200 nofpu=mcpu?RX200 27*4c3eb207Smrg 28*4c3eb207SmrgMULTILIB_EXCEPTIONS = 29*4c3eb207SmrgMULTILIB_EXTRA_OPTS = 30*4c3eb207Smrg 31*4c3eb207SmrgLIBGCC = stmp-multilib 32*4c3eb207SmrgINSTALL_LIBGCC = install-multilib 33*4c3eb207Smrg 34*4c3eb207SmrgEXTRA_MULTILIB_PARTS = crtbegin.o crtend.o 35