diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-20 20:56:32 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-21 18:50:24 +0100 |
commit | 0bd6bfb2b643ea2b4b1440dfd917ba752f0c0d15 (patch) | |
tree | 52ad6d0e988b933f55c76426bb17bcd3a93eee17 /libc/misc/gnu/Makefile | |
parent | 013f366f501c928315cc2893f0f2348c8956d09e (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/Makefile | 13 |
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 |