diff options
Diffstat (limited to 'package/eglibc/files')
-rw-r--r-- | package/eglibc/files/libc.so.arm | 5 | ||||
-rw-r--r-- | package/eglibc/files/libc.so.i586 | 5 | ||||
-rw-r--r-- | package/eglibc/files/libc.so.i686 | 5 | ||||
-rw-r--r-- | package/eglibc/files/libc.so.mips | 5 | ||||
-rw-r--r-- | package/eglibc/files/libc.so.mips64 | 5 | ||||
-rw-r--r-- | package/eglibc/files/libc.so.mips64el | 5 | ||||
-rw-r--r-- | package/eglibc/files/libc.so.mipsel | 5 | ||||
-rw-r--r-- | package/eglibc/files/libc.so.ppc | 5 | ||||
-rw-r--r-- | package/eglibc/files/libc.so.ppc64 | 5 | ||||
-rw-r--r-- | package/eglibc/files/libc.so.sparc | 5 | ||||
-rw-r--r-- | package/eglibc/files/libc.so.sparc64 | 5 | ||||
-rw-r--r-- | package/eglibc/files/libc.so.x86 | 5 | ||||
-rw-r--r-- | package/eglibc/files/libc.so.x86_64 | 5 | ||||
-rw-r--r-- | package/eglibc/files/nsswitch.conf | 20 |
14 files changed, 0 insertions, 85 deletions
diff --git a/package/eglibc/files/libc.so.arm b/package/eglibc/files/libc.so.arm deleted file mode 100644 index a79b29aa3..000000000 --- a/package/eglibc/files/libc.so.arm +++ /dev/null @@ -1,5 +0,0 @@ -/* 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 ) ) diff --git a/package/eglibc/files/libc.so.i586 b/package/eglibc/files/libc.so.i586 deleted file mode 100644 index cd8724cc5..000000000 --- a/package/eglibc/files/libc.so.i586 +++ /dev/null @@ -1,5 +0,0 @@ -/* GNU ld script - Use the shared library, but some functions are only in - the static library, so try that secondarily. */ -OUTPUT_FORMAT(elf32-i386) -GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a AS_NEEDED ( /lib/ld-linux.so.2 ) ) diff --git a/package/eglibc/files/libc.so.i686 b/package/eglibc/files/libc.so.i686 deleted file mode 100644 index cd8724cc5..000000000 --- a/package/eglibc/files/libc.so.i686 +++ /dev/null @@ -1,5 +0,0 @@ -/* GNU ld script - Use the shared library, but some functions are only in - the static library, so try that secondarily. */ -OUTPUT_FORMAT(elf32-i386) -GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a AS_NEEDED ( /lib/ld-linux.so.2 ) ) diff --git a/package/eglibc/files/libc.so.mips b/package/eglibc/files/libc.so.mips deleted file mode 100644 index 9e73ea39c..000000000 --- a/package/eglibc/files/libc.so.mips +++ /dev/null @@ -1,5 +0,0 @@ -/* 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 ) ) diff --git a/package/eglibc/files/libc.so.mips64 b/package/eglibc/files/libc.so.mips64 deleted file mode 100644 index 9e73ea39c..000000000 --- a/package/eglibc/files/libc.so.mips64 +++ /dev/null @@ -1,5 +0,0 @@ -/* 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 ) ) diff --git a/package/eglibc/files/libc.so.mips64el b/package/eglibc/files/libc.so.mips64el deleted file mode 100644 index 9e73ea39c..000000000 --- a/package/eglibc/files/libc.so.mips64el +++ /dev/null @@ -1,5 +0,0 @@ -/* 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 ) ) diff --git a/package/eglibc/files/libc.so.mipsel b/package/eglibc/files/libc.so.mipsel deleted file mode 100644 index 6a6ff5582..000000000 --- a/package/eglibc/files/libc.so.mipsel +++ /dev/null @@ -1,5 +0,0 @@ -/* GNU ld script - Use the shared library, but some functions are only in - 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 ) ) diff --git a/package/eglibc/files/libc.so.ppc b/package/eglibc/files/libc.so.ppc deleted file mode 100644 index 3d4612706..000000000 --- a/package/eglibc/files/libc.so.ppc +++ /dev/null @@ -1,5 +0,0 @@ -/* 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 ) ) diff --git a/package/eglibc/files/libc.so.ppc64 b/package/eglibc/files/libc.so.ppc64 deleted file mode 100644 index 35a1edcc7..000000000 --- a/package/eglibc/files/libc.so.ppc64 +++ /dev/null @@ -1,5 +0,0 @@ -/* 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 ) ) diff --git a/package/eglibc/files/libc.so.sparc b/package/eglibc/files/libc.so.sparc deleted file mode 100644 index 91fa2c87d..000000000 --- a/package/eglibc/files/libc.so.sparc +++ /dev/null @@ -1,5 +0,0 @@ -/* 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 ) ) diff --git a/package/eglibc/files/libc.so.sparc64 b/package/eglibc/files/libc.so.sparc64 deleted file mode 100644 index 2b0324525..000000000 --- a/package/eglibc/files/libc.so.sparc64 +++ /dev/null @@ -1,5 +0,0 @@ -/* GNU ld script - Use the shared library, but some functions are only in - the static library, so try that secondarily. */ -OUTPUT_FORMAT(elf64-sparc) -GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a AS_NEEDED ( /lib/ld-linux.so.2 ) ) diff --git a/package/eglibc/files/libc.so.x86 b/package/eglibc/files/libc.so.x86 deleted file mode 100644 index cd8724cc5..000000000 --- a/package/eglibc/files/libc.so.x86 +++ /dev/null @@ -1,5 +0,0 @@ -/* GNU ld script - Use the shared library, but some functions are only in - the static library, so try that secondarily. */ -OUTPUT_FORMAT(elf32-i386) -GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a AS_NEEDED ( /lib/ld-linux.so.2 ) ) diff --git a/package/eglibc/files/libc.so.x86_64 b/package/eglibc/files/libc.so.x86_64 deleted file mode 100644 index a2e2de87f..000000000 --- a/package/eglibc/files/libc.so.x86_64 +++ /dev/null @@ -1,5 +0,0 @@ -/* GNU ld script - Use the shared library, but some functions are only in - the static library, so try that secondarily. */ - OUTPUT_FORMAT(elf64-x86-64) - GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a AS_NEEDED ( /lib/ld-linux-x86-64.so.2 ) ) diff --git a/package/eglibc/files/nsswitch.conf b/package/eglibc/files/nsswitch.conf deleted file mode 100644 index 53bb9d3dd..000000000 --- a/package/eglibc/files/nsswitch.conf +++ /dev/null @@ -1,20 +0,0 @@ -# /etc/nsswitch.conf -# -# Example configuration of GNU Name Service Switch functionality. -# - -passwd: files -group: files -initgroups: files -shadow: files -gshadow: files - -hosts: files dns -networks: files dns - -protocols: files -services: files -ethers: files -rpc: files - -netgroup: files |