From 312f482d395b591398296b5472a3884a12716cbd Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 17 Oct 2015 11:17:07 +0200 Subject: lm32: add new architecture Add support for FPGA systems from Lattice Semiconductor http://www.latticesemi.com Merge https://github.com/m-labs/uclibc-lm32.git --- libc/sysdeps/linux/lm32/Makefile.arch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 libc/sysdeps/linux/lm32/Makefile.arch (limited to 'libc/sysdeps/linux/lm32/Makefile.arch') diff --git a/libc/sysdeps/linux/lm32/Makefile.arch b/libc/sysdeps/linux/lm32/Makefile.arch new file mode 100644 index 000000000..eed9e7ba1 --- /dev/null +++ b/libc/sysdeps/linux/lm32/Makefile.arch @@ -0,0 +1,9 @@ +# Makefile for uClibc +# +# Copyright (C) 2000-2005 Erik Andersen +# +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. +# + +CSRC := +SSRC := clone.S setjmp.S __longjmp.S vfork.S -- cgit v1.2.3