summaryrefslogtreecommitdiff
path: root/libc/misc/gnu/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-12-20 20:56:32 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-12-21 18:50:24 +0100
commit0bd6bfb2b643ea2b4b1440dfd917ba752f0c0d15 (patch)
tree52ad6d0e988b933f55c76426bb17bcd3a93eee17 /libc/misc/gnu/Makefile
parent013f366f501c928315cc2893f0f2348c8956d09e (diff)
remove obstack support
Remove __UCLIBC_HAS_OBSTACK__ as it isn't very uptodate and maintained part. It shouldn't be required for any software and mostly shipped with stuff which use it. (f.e. binutils-gdb)
Diffstat (limited to 'libc/misc/gnu/Makefile')
-rw-r--r--libc/misc/gnu/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/libc/misc/gnu/Makefile b/libc/misc/gnu/Makefile
deleted file mode 100644
index 4a8f4a072..000000000
--- a/libc/misc/gnu/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# Makefile for uClibc
-#
-# Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org>
-#
-# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
-#
-
-top_srcdir=../../../
-top_builddir=../../../
-all: objs
-include $(top_builddir)Rules.mak
-include Makefile.in
-include $(top_srcdir)Makerules