]> git.wh0rd.org - patches.git/blob - binutils-ld-default-linux-uclibc.patch
more random patches. who knows.
[patches.git] / binutils-ld-default-linux-uclibc.patch
1 2008-04-25 Michael Frysinger <vapier@gentoo.org>
2
3 * configure.tgt (bfin-*-linux-uclibc*): Set targ_emul to elf32bfinfd
4 and targ_extra_emuls to elf32bfin.
5
6 Index: configure.tgt
7 ===================================================================
8 RCS file: /cvs/src/src/ld/configure.tgt,v
9 retrieving revision 1.217
10 diff -u -p -r1.217 configure.tgt
11 --- configure.tgt 1 Feb 2008 17:58:48 -0000 1.217
12 +++ configure.tgt 26 Apr 2008 01:08:45 -0000
13 @@ -121,8 +121,8 @@ bfin-*-uclinux*) targ_emul=elf32bfin;
14 targ_extra_emuls="elf32bfinfd"
15 targ_extra_libpath=$targ_extra_emuls
16 ;;
17 -bfin-*-linux-uclibc*) targ_emul=elf32bfin;
18 - targ_extra_emuls="elf32bfinfd"
19 +bfin-*-linux-uclibc*) targ_emul=elf32bfinfd;
20 + targ_extra_emuls="elf32bfin"
21 targ_extra_libpath=$targ_extra_emuls
22 ;;
23 cr16-*-elf*) targ_emul=elf32cr16 ;;