blob: 8a0c08f2e12ac91a9c6d6821f9917da55c80b96d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- ld/emultempl/elf32.em.orig 2004-09-28 14:35:13 +0000
+++ ld/emultempl/elf32.em 2004-09-28 14:36:00 +0000
@@ -288,3 +288,3 @@
case ${target} in
- *-*-linux-gnu*)
+ *-*-linux-gnu* | *-*-linux-uclibc*)
cat >>e${EMULATION_NAME}.c <<EOF
@@ -444,3 +444,3 @@
case ${target} in
- *-*-linux-gnu*)
+ *-*-linux-gnu* | *-*-linux-uclibc*)
cat >>e${EMULATION_NAME}.c <<EOF
@@ -719,3 +719,3 @@
case ${target} in
- *-*-linux-gnu*)
+ *-*-linux-gnu* | *-*-linux-uclibc*)
cat >>e${EMULATION_NAME}.c <<EOF
|