| Index: gcc/gcc/config/mips/t-linux64
|
| diff --git a/gcc/gcc/config/mips/t-linux64 b/gcc/gcc/config/mips/t-linux64
|
| index 0592e7fa999fd84364201f4c8e5fd8f2b623e13b..66ea51a92dc7286fc471675a318773710d5c0fcc 100644
|
| --- a/gcc/gcc/config/mips/t-linux64
|
| +++ b/gcc/gcc/config/mips/t-linux64
|
| @@ -1,3 +1,21 @@
|
| +# Copyright (C) 2003, 2004, 2005, 2006 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/>.
|
| +
|
| MULTILIB_OPTIONS = mabi=n32/mabi=32/mabi=64
|
| MULTILIB_DIRNAMES = n32 32 64
|
| MULTILIB_OSDIRNAMES = ../lib32 ../lib ../lib64
|
|
|