diff options
| author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-08-18 03:27:08 +0000 |
|---|---|---|
| committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-08-18 03:27:08 +0000 |
| commit | 86875334fe99f65094df97edd8d6812c3dcebfef (patch) | |
| tree | bdcd8d39de073463c51c8ca23d7b6b3ec990ed15 /libc/sysdeps/linux/m68k | |
| parent | 2ca268a71b555ca90fbea391b398c92bdf069c2a (diff) | |
| download | uClibc-alpine-86875334fe99f65094df97edd8d6812c3dcebfef.tar.bz2 uClibc-alpine-86875334fe99f65094df97edd8d6812c3dcebfef.tar.xz | |
Merge from trunk.
Diffstat (limited to 'libc/sysdeps/linux/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. |
