1 # Copyright (C) 2006-2014 Free Software Foundation, Inc.
3 # This file is part of GCC.
5 # GCC is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3, or (at your option)
10 # GCC is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with GCC; see the file COPYING3. If not see
17 # <http://www.gnu.org/licenses/>.
21 # Endianness: EB or EL
27 # FPU: (default mhard-float)
28 # msoft-float (only for mabi=32)
31 MULTILIB_EXTRA_OPTS = G0
48 MULTILIB_EXCEPTIONS = \
51 MULTILIB_EXCLUSIONS = \
54 msoft-float/!mabi=32 \
56 # Small multilib list for quick builds and tests.
57 # Must either comment out everything above these lines, or everything below
60 #MULTILIB_OPTIONS = EB/EL msoft-float
61 #MULTILIB_DIRNAMES = eb el soft-float
62 #MULTILIB_MATCHES = EB=meb EL=mel