From bc2f511c2392159717ea20a3a71a4b23de0ed134 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 1 Jan 2014 17:42:38 +0100 Subject: make native gcc for microblaze working --- package/glibc/files/libc.so.microblaze | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 package/glibc/files/libc.so.microblaze (limited to 'package/glibc/files') diff --git a/package/glibc/files/libc.so.microblaze b/package/glibc/files/libc.so.microblaze new file mode 100644 index 000000000..4642dcbd5 --- /dev/null +++ b/package/glibc/files/libc.so.microblaze @@ -0,0 +1,5 @@ +/* GNU ld script + Use the shared library, but some functions are only in + the static library, so try that secondarily. */ +OUTPUT_FORMAT(elf32-microblaze) +GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a AS_NEEDED ( /lib/ld.so.1 ) ) -- cgit v1.2.3 From a5d4ce23287e7d74ac924b8ff08b201ebaf5f724 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 6 Jan 2014 09:59:47 +0100 Subject: fix linker scripts --- package/glibc/files/libc.so.mips | 6 +++--- package/glibc/files/libc.so.mipsel | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'package/glibc/files') diff --git a/package/glibc/files/libc.so.mips b/package/glibc/files/libc.so.mips index 9e73ea39c..32a3700e7 100644 --- a/package/glibc/files/libc.so.mips +++ b/package/glibc/files/libc.so.mips @@ -1,5 +1,5 @@ /* GNU ld script Use the shared library, but some functions are only in - the static library, so try that secondarily. */ - OUTPUT_FORMAT(@@ELFTARGET@@) - GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a AS_NEEDED ( /lib/ld.so.1 ) ) + the static library, so try that secondarily. */ +OUTPUT_FORMAT(elf32-tradbigmips) +GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a AS_NEEDED ( /lib/ld.so.1 ) ) diff --git a/package/glibc/files/libc.so.mipsel b/package/glibc/files/libc.so.mipsel index 9e73ea39c..6a6ff5582 100644 --- a/package/glibc/files/libc.so.mipsel +++ b/package/glibc/files/libc.so.mipsel @@ -1,5 +1,5 @@ /* GNU ld script Use the shared library, but some functions are only in - the static library, so try that secondarily. */ - OUTPUT_FORMAT(@@ELFTARGET@@) - GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a AS_NEEDED ( /lib/ld.so.1 ) ) + the static library, so try that secondarily. */ +OUTPUT_FORMAT(elf32-tradlittlemips) +GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a AS_NEEDED ( /lib/ld.so.1 ) ) -- cgit v1.2.3 From 0269a266415f76a4c917879a96329afe8474e24b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 6 Jan 2014 09:59:59 +0100 Subject: fix linker scripts --- package/glibc/files/libc.so.arm | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 package/glibc/files/libc.so.arm (limited to 'package/glibc/files') diff --git a/package/glibc/files/libc.so.arm b/package/glibc/files/libc.so.arm new file mode 100644 index 000000000..a79b29aa3 --- /dev/null +++ b/package/glibc/files/libc.so.arm @@ -0,0 +1,5 @@ +/* GNU ld script + Use the shared library, but some functions are only in + the static library, so try that secondarily. */ +OUTPUT_FORMAT(elf32-littlearm) +GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a AS_NEEDED ( /lib/ld-linux.so.3 ) ) -- cgit v1.2.3 From ff5062122e8e3fa432e989ba450a39bca3be0924 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 6 Jan 2014 10:00:08 +0100 Subject: fix linker scripts --- package/glibc/files/libc.so.ppc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 package/glibc/files/libc.so.ppc (limited to 'package/glibc/files') diff --git a/package/glibc/files/libc.so.ppc b/package/glibc/files/libc.so.ppc new file mode 100644 index 000000000..3d4612706 --- /dev/null +++ b/package/glibc/files/libc.so.ppc @@ -0,0 +1,5 @@ +/* GNU ld script + Use the shared library, but some functions are only in + the static library, so try that secondarily. */ +OUTPUT_FORMAT(elf32-powerpc) +GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a AS_NEEDED ( /lib/ld.so.1 ) ) -- cgit v1.2.3 From 5e23c8034176a0c338efc3ef23f8d7e227e58322 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 6 Jan 2014 10:00:16 +0100 Subject: fix linker scripts --- package/glibc/files/libc.so.ppc64 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 package/glibc/files/libc.so.ppc64 (limited to 'package/glibc/files') diff --git a/package/glibc/files/libc.so.ppc64 b/package/glibc/files/libc.so.ppc64 new file mode 100644 index 000000000..35a1edcc7 --- /dev/null +++ b/package/glibc/files/libc.so.ppc64 @@ -0,0 +1,5 @@ +/* GNU ld script + Use the shared library, but some functions are only in + the static library, so try that secondarily. */ +OUTPUT_FORMAT(elf64-powerpc) +GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a AS_NEEDED ( /lib/ld64.so.1 ) ) -- cgit v1.2.3 From 389e67da44097077ce8bfa775a359bcdb0b60601 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 7 Jan 2014 19:33:30 +0100 Subject: add i686 and sparc support for perl package, use miniconfig --- package/glibc/files/libc.so.sparc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 package/glibc/files/libc.so.sparc (limited to 'package/glibc/files') diff --git a/package/glibc/files/libc.so.sparc b/package/glibc/files/libc.so.sparc new file mode 100644 index 000000000..91fa2c87d --- /dev/null +++ b/package/glibc/files/libc.so.sparc @@ -0,0 +1,5 @@ +/* GNU ld script + Use the shared library, but some functions are only in + the static library, so try that secondarily. */ +OUTPUT_FORMAT(elf32-sparc) +GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a AS_NEEDED ( /lib/ld-linux.so.2 ) ) -- cgit v1.2.3