diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-06-21 16:05:16 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-25 16:32:14 +0100 |
commit | a78260d8d041e606ce4d10c0bb52f196dd27832e (patch) | |
tree | d340feec69bc99539acd430e4e4e4a0ee6882d54 /meta/recipes-devtools/gcc/gcc-4.6/mips64-default-n64.patch | |
parent | 0328d64cdf1daf2deee0ddc2a3aa3bbc8b812096 (diff) | |
download | openembedded-core-a78260d8d041e606ce4d10c0bb52f196dd27832e.tar.gz openembedded-core-a78260d8d041e606ce4d10c0bb52f196dd27832e.tar.bz2 openembedded-core-a78260d8d041e606ce4d10c0bb52f196dd27832e.zip |
gcc-4.6: Retire into toochain-layer
If anyone wants it add toolchain-layer from meta-openembedded
repo to your setup
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.6/mips64-default-n64.patch')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.6/mips64-default-n64.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.6/mips64-default-n64.patch b/meta/recipes-devtools/gcc/gcc-4.6/mips64-default-n64.patch deleted file mode 100644 index bf930ec36d..0000000000 --- a/meta/recipes-devtools/gcc/gcc-4.6/mips64-default-n64.patch +++ /dev/null @@ -1,32 +0,0 @@ -MIPS64 defaults to n32 ABI, this patch makes it -so that it defaults to N64 ABI - -Upstream-Status: Inappropriate [OE config specific] - -Signed-off-by: Khem Raj <raj.khem@gmail.com> -Index: gcc-4_6-branch/gcc/config.gcc -=================================================================== ---- gcc-4_6-branch.orig/gcc/config.gcc 2012-04-22 19:12:12.431061229 -0700 -+++ gcc-4_6-branch/gcc/config.gcc 2012-04-22 19:13:36.307065289 -0700 -@@ -1882,7 +1882,7 @@ - mips64*-*-linux* | mipsisa64*-*-linux*) - tm_file="dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h ${tm_file} mips/linux.h mips/linux64.h" - tmake_file="${tmake_file} mips/t-linux64 mips/t-libgcc-mips16" -- 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" -Index: gcc-4_6-branch/gcc/config/mips/linux64.h -=================================================================== ---- gcc-4_6-branch.orig/gcc/config/mips/linux64.h 2012-04-22 19:10:59.743057711 -0700 -+++ gcc-4_6-branch/gcc/config/mips/linux64.h 2012-04-22 19:11:56.919060479 -0700 -@@ -26,7 +26,7 @@ - BASE_DRIVER_SELF_SPECS, \ - LINUX_DRIVER_SELF_SPECS \ - " %{!EB:%{!EL:%(endian_spec)}}" \ -- " %{!mabi=*: -mabi=n32}" -+ " %{!mabi=*: -mabi=64}" - - #undef LIB_SPEC - #define LIB_SPEC "\ |