diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-04-28 03:53:52 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-04-28 03:53:52 +0000 |
commit | 8a5d57bbb2aacabb29f6ac031cc4263a0f5404cf (patch) | |
tree | fe8e5e5d7cad96f6b7a0d39a331fbb326a1c7e67 /toolchain/binutils/2.16/101-uclibc_ld_configure.patch | |
parent | 719bb81a16ea34600664900b2d3fc63df5cc10d0 (diff) |
Add support for soon to be released binutils-2.16 as well as
GCC-4.1.0. These tool versions are needed so that NPTL support
can be added into uClibc. Backporting NPTL from GCC-4.1.0 into
GCC-4.0 may be possible, but not recommended.
Diffstat (limited to 'toolchain/binutils/2.16/101-uclibc_ld_configure.patch')
-rw-r--r-- | toolchain/binutils/2.16/101-uclibc_ld_configure.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/toolchain/binutils/2.16/101-uclibc_ld_configure.patch b/toolchain/binutils/2.16/101-uclibc_ld_configure.patch new file mode 100644 index 000000000..d7b46cdf9 --- /dev/null +++ b/toolchain/binutils/2.16/101-uclibc_ld_configure.patch @@ -0,0 +1,15 @@ +--- binutils-2.16/ld/configure.tgt 2005-04-22 21:53:27.895421000 -0500 ++++ binutils-2.16-patched/ld/configure.tgt 2005-04-22 21:49:26.757507746 -0500 +@@ -444,10 +444,10 @@ + targ_extra_emuls="elf32ltsmipn32 elf32btsmip elf32ltsmip elf64btsmip elf64ltsmip" + targ_extra_libpath="elf32btsmip elf64btsmip" + ;; +-mips*el-*-linux-gnu*) targ_emul=elf32ltsmip ++mips*el-*-linux-*) targ_emul=elf32ltsmip + targ_extra_emuls="elf32btsmip elf32ltsmipn32 elf64ltsmip elf32btsmipn32 elf64btsmip" + ;; +-mips*-*-linux-gnu*) targ_emul=elf32btsmip ++mips*-*-linux-*) targ_emul=elf32btsmip + targ_extra_emuls="elf32ltsmip elf32btsmipn32 elf64btsmip elf32ltsmipn32 elf64ltsmip" + ;; + mips*-*-lnews*) targ_emul=mipslnews ;; |