| From 301e18d4711db5925e767fad08dffa9cfe0a2f1f Mon Sep 17 00:00:00 2001 |
| From: Khem Raj <raj.khem@gmail.com> |
| Date: Fri, 29 Mar 2013 09:23:08 +0400 |
| Subject: [PATCH 28/35] MIPS64: Default to N64 ABI |
| |
| MIPS64 defaults to n32 ABI, this patch makes it |
| so that it defaults to N64 ABI |
| |
| Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| |
| Upstream-Status: Inappropriate [OE config specific] |
| --- |
| gcc/config.gcc | 2 +- |
| 1 file changed, 1 insertion(+), 1 deletion(-) |
| |
| diff --git a/gcc/config.gcc b/gcc/config.gcc |
| index 1a0be50..989c2fb 100644 |
| --- a/gcc/config.gcc |
| +++ b/gcc/config.gcc |
| @@ -1797,7 +1797,7 @@ mips*-mti-linux*) |
| mips64*-*-linux* | mipsisa64*-*-linux*) |
| tm_file="dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h ${tm_file} mips/gnu-user.h mips/gnu-user64.h mips/linux64.h mips/linux-common.h" |
| tmake_file="${tmake_file} mips/t-linux64" |
| - tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_N32" |
| + tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_64" |
| case ${target} in |
| mips64el-st-linux-gnu) |
| tm_file="${tm_file} mips/st.h" |
| -- |
| 1.7.10.4 |
| |