diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-07-05 18:53:34 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-07-05 18:53:34 +0000 |
commit | 73c811263c067c4cb767cdd2b15e66e993880e5e (patch) | |
tree | 76d8114915f27c7f021c3b4f720e5ab5ecaf76e0 /libc/sysdeps/linux/m68k/README.m68k | |
parent | f79ff0842ef7ecf146e5987a7d02b35dfe3e5b8e (diff) |
fixup my copyright notice, trim stale remnants of older notices which
I had clearly run search/replace on that were cluttering things up.
Diffstat (limited to 'libc/sysdeps/linux/m68k/README.m68k')
-rw-r--r-- | libc/sysdeps/linux/m68k/README.m68k | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/m68k/README.m68k b/libc/sysdeps/linux/m68k/README.m68k index f774e6f7a..a6bb17e4c 100644 --- a/libc/sysdeps/linux/m68k/README.m68k +++ b/libc/sysdeps/linux/m68k/README.m68k @@ -19,7 +19,7 @@ Configuration: CROSS = m68k-pic-coff- CC = $(CROSS)gcc STRIPTOOL = $(CROSS)strip - KERNEL_SOURCE=/opt/uClinux/linux + KERNEL_SOURCE=/opt/uClinux/linux HAS_MMU = false HAS_FLOATS = false MALLOC = malloc-simple @@ -32,7 +32,7 @@ Installation: Theoretically, you should be able to install right over the existing uC-libc 0.9.1 files in /opt/uClinux/m68k-pic-coff/include, but I recommend cleaning - out all the include files there. + out all the include files there. The only file in there that's not from the old uC-libc is assert.h, but I don't know why that would be the valid copy. |