diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-05-14 10:26:05 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-05-14 10:26:05 +0000 |
commit | f98d73a77145e0d56ae08c910ed4e9964fd28cff (patch) | |
tree | d384ba0c2d528483fbf4afd7146ea311a9f6c498 /libc/sysdeps/linux/frv/Makefile | |
parent | 5f2bd77887a3163c5d82fe6abf17662f9c863cbd (diff) |
Patch from Alexandre Oliva:
On Mar 20, 2004, Erik Andersen <andersen@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.
Diffstat (limited to 'libc/sysdeps/linux/frv/Makefile')
-rw-r--r-- | libc/sysdeps/linux/frv/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 <andersen@uclibc.org> +# ported to FR-V by Alexandre Oliva <aoliva@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 @@ 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 |