From f98d73a77145e0d56ae08c910ed4e9964fd28cff Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 14 May 2004 10:26:05 +0000 Subject: Patch from Alexandre Oliva: On Mar 20, 2004, Erik Andersen 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. --- libc/sysdeps/linux/frv/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libc/sysdeps/linux/frv/Makefile') diff --git a/libc/sysdeps/linux/frv/Makefile b/libc/sysdeps/linux/frv/Makefile index 28487f770..8e000b41b 100644 --- a/libc/sysdeps/linux/frv/Makefile +++ b/libc/sysdeps/linux/frv/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000-2003 Erik Andersen +# ported to FR-V by Alexandre Oliva # # 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 @@ gcrt1.o: $(CRT0_DEPS) 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 -- cgit v1.2.3