From 1ce639990b6340a8b9f18d076c427fcf5a93695e Mon Sep 17 00:00:00 2001 From: Joern Rennecke Date: Fri, 13 Dec 2013 14:49:24 +0530 Subject: string: Add ARC support Signed-off-by: Joern Rennecke Signed-off-by: Vineet Gupta Signed-off-by: Bernhard Reutner-Fischer --- libc/string/arc/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 libc/string/arc/Makefile (limited to 'libc/string/arc/Makefile') diff --git a/libc/string/arc/Makefile b/libc/string/arc/Makefile new file mode 100755 index 000000000..523cf6842 --- /dev/null +++ b/libc/string/arc/Makefile @@ -0,0 +1,13 @@ +# Makefile for uClibc +# +# Copyright (C) 2000-2005 Erik Andersen +# +# Licensed under the LGPL v2.1 or later, 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 -- cgit v1.2.3