summaryrefslogtreecommitdiff
path: root/toolchain/glibc-ports
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-08-12 16:27:02 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-08-12 16:27:02 +0200
commitb0857d40f503a29f7cf1dd9bfab3f60e6b0152f6 (patch)
tree654962f4ea80ae04b8f1869e72f349dd0d9a4e92 /toolchain/glibc-ports
parentf04227421063498a88707c43ec80b2b70d9b8d83 (diff)
update glibc to latest upstream
Diffstat (limited to 'toolchain/glibc-ports')
-rw-r--r--toolchain/glibc-ports/Makefile22
-rw-r--r--toolchain/glibc-ports/Makefile.inc8
-rw-r--r--toolchain/glibc-ports/patches/mips.patch25
3 files changed, 0 insertions, 55 deletions
diff --git a/toolchain/glibc-ports/Makefile b/toolchain/glibc-ports/Makefile
deleted file mode 100644
index 6cfc0c810..000000000
--- a/toolchain/glibc-ports/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# This file is part of the OpenADK project. OpenADK is copyrighted
-# material, please see the LICENCE file in the top-level directory.
-
-include $(TOPDIR)/rules.mk
-include ../rules.mk
-include Makefile.inc
-
-include ${TOPDIR}/mk/buildhlp.mk
-
-$(WRKBUILD)/.headers:
- touch $@
-
-$(WRKBUILD)/.configured:
- touch $@
-
-$(WRKBUILD)/.compiled:
- touch $@
-
-$(WRKBUILD)/.installed:
- touch $@
-
-include ${TOPDIR}/mk/toolchain.mk
diff --git a/toolchain/glibc-ports/Makefile.inc b/toolchain/glibc-ports/Makefile.inc
deleted file mode 100644
index 1fdbabf68..000000000
--- a/toolchain/glibc-ports/Makefile.inc
+++ /dev/null
@@ -1,8 +0,0 @@
-# This file is part of the OpenADK project. OpenADK is copyrighted
-# material, please see the LICENCE file in the top-level directory.
-
-PKG_NAME:= glibc-ports
-PKG_VERSION:= 2.16.0
-PKG_RELEASE:= 1
-PKG_MD5SUM:= 20c689888d89f9c11dd7f91b48ca4f69
-PKG_SITES:= ${MASTER_SITE_GNU:=glibc/}
diff --git a/toolchain/glibc-ports/patches/mips.patch b/toolchain/glibc-ports/patches/mips.patch
deleted file mode 100644
index 9afdff418..000000000
--- a/toolchain/glibc-ports/patches/mips.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff -Nur glibc-ports-2.16.0.orig/sysdeps/mips/mips32/Makefile glibc-ports-2.16.0/sysdeps/mips/mips32/Makefile
---- glibc-ports-2.16.0.orig/sysdeps/mips/mips32/Makefile 2012-06-21 19:08:19.000000000 +0200
-+++ glibc-ports-2.16.0/sysdeps/mips/mips32/Makefile 2012-08-01 17:45:07.000000000 +0200
-@@ -1,3 +1,3 @@
--ifeq ($(filter -mabi=32,$(CC)),)
--CC += -mabi=32
--endif
-+#ifeq ($(filter -mabi=32,$(CC)),)
-+#CC += -mabi=32
-+#endif
-diff -Nur glibc-ports-2.16.0.orig/sysdeps/mips/preconfigure glibc-ports-2.16.0/sysdeps/mips/preconfigure
---- glibc-ports-2.16.0.orig/sysdeps/mips/preconfigure 2012-06-21 19:08:19.000000000 +0200
-+++ glibc-ports-2.16.0/sysdeps/mips/preconfigure 2012-08-01 17:45:07.000000000 +0200
-@@ -19,11 +19,6 @@
- 32) machine=mips/mips32/kern64 ;;
- esac
- machine=$machine/$config_machine
-- if test $mips_config_abi != $mips_cc_abi; then
-- # This won't make it to config.make, but we want to
-- # set this in case configure tests depend on it.
-- CPPFLAGS="$CPPFLAGS -mabi=$mips_config_abi"
-- fi
- ;;
- mips*) base_machine=mips machine=mips/mips32/$machine ;;
- esac