summaryrefslogtreecommitdiff
path: root/packages/glibc-ports/2.13/0012-support-hard-float-eabi.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2022-02-10 23:00:09 (GMT)
committerAlexey Neyman <stilor@att.net>2022-02-11 08:47:50 (GMT)
commit8d636658182a3e3f234e8ce032afc6562cd8dd01 (patch)
treef1440740a2fece4de1c3574a427b07dcddb0eecb /packages/glibc-ports/2.13/0012-support-hard-float-eabi.patch
parent30fb23dd895f82e71f13cd8a8d6a90d165f5090b (diff)
glibc-ports: remove obsolete versions
The corresponding versions of glibc have been removed previously; kill their "ports" counterpart. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/glibc-ports/2.13/0012-support-hard-float-eabi.patch')
-rw-r--r--packages/glibc-ports/2.13/0012-support-hard-float-eabi.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/packages/glibc-ports/2.13/0012-support-hard-float-eabi.patch b/packages/glibc-ports/2.13/0012-support-hard-float-eabi.patch
deleted file mode 100644
index 9391e88..0000000
--- a/packages/glibc-ports/2.13/0012-support-hard-float-eabi.patch
+++ /dev/null
@@ -1,25 +0,0 @@
----
- sysdeps/arm/preconfigure | 2 +-
- sysdeps/arm/shlib-versions | 4 ++--
- 2 files changed, 3 insertions(+), 3 deletions(-)
-
---- a/sysdeps/arm/preconfigure
-+++ b/sysdeps/arm/preconfigure
-@@ -2,7 +2,7 @@
- arm*)
- base_machine=arm
- case $config_os in
-- linux-gnueabi)
-+ linux-gnueabi*)
- machine=arm/eabi/$machine
- if [ "${CFLAGS+set}" != "set" ]; then
- CFLAGS="-g -O2"
---- a/sysdeps/arm/shlib-versions
-+++ b/sysdeps/arm/shlib-versions
-@@ -1,4 +1,4 @@
--arm.*-.*-linux-gnueabi DEFAULT GLIBC_2.4
-+arm.*-.*-linux-gnueabi.* DEFAULT GLIBC_2.4
-
--arm.*-.*-linux-gnueabi ld=ld-linux.so.3
-+arm.*-.*-linux-gnueabi.* ld=ld-linux.so.3
- arm.*-.*-linux.* ld=ld-linux.so.2