[uClibc-cvs] uClibc/libc/sysdeps/linux/frv Makefile,1.3,1.4
Erik Andersen
andersen at uclibc.org
Fri May 14 10:25:11 UTC 2004
Update of /var/cvs/uClibc/libc/sysdeps/linux/frv
In directory nail:/tmp/cvs-serv21518/libc/sysdeps/linux/frv
Modified Files:
Makefile
Log Message:
Patch from Alexandre Oliva:
On Mar 20, 2004, Erik Andersen <andersen at codepoet.org> wrote:
> If you supply a FR-V specific link.h header into
> libc/sysdeps/linux/frv/ then you can do the same sortof
> thing that mips does i.e. with sgidefs.h in the headers
> target in libc/sysdeps/linux/mips/Makefile
Thanks, this patch implements your suggestion.
Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/frv/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- a/Makefile 18 Mar 2004 11:41:12 -0000 1.3
+++ b/Makefile 14 May 2004 10:25:08 -0000 1.4
@@ -1,6 +1,7 @@
# Makefile for uClibc
#
# Copyright (C) 2000-2003 Erik Andersen <andersen at uclibc.org>
+# ported to FR-V by Alexandre Oliva <aoliva at redhat.com>
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU Library General Public License as published by the Free
@@ -81,9 +82,9 @@
endif
headers:
-
+ $(LN) -fs ../libc/sysdeps/linux/frv/link.h $(TOPDIR)/include/
clean:
rm -f *.[oa] *~ core
rm -f bits/sysnum.h
-
+ $(RM) $(TOPDIR)/include/link.h
More information about the uClibc-cvs
mailing list