diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-12-19 15:53:08 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-12-19 15:53:08 +0000 |
commit | 5a65349824bb70bb75d8e05a9f879b55af32309f (patch) | |
tree | f195a7bb93861f8afea6755fb5c0ad2cc8e09fdf /extra/gcc-uClibc/Makefile | |
parent | 6a56a9139b3cfd5242652a0135b2341ace43130e (diff) |
Update my email address. I am no longer andersen@lineo.com
Diffstat (limited to 'extra/gcc-uClibc/Makefile')
-rw-r--r-- | extra/gcc-uClibc/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/extra/gcc-uClibc/Makefile b/extra/gcc-uClibc/Makefile index b27d440fb..6a6773b6a 100644 --- a/extra/gcc-uClibc/Makefile +++ b/extra/gcc-uClibc/Makefile @@ -1,3 +1,9 @@ +# Makefile for building a fake gcc/binutils toolchain +# that simply spoofs the location of the C library +# +# Copyright (C) 2000,2001 Erik Andersen <andersen@uclibc.org> +# + TOPDIR = ../../ include $(TOPDIR)Rules.mak |