Age | Commit message (Collapse) | Author |
|
m68k uClinux doesn't use the normal ELF entry point interface.
This patch adjusts crt1.S accordingly. I've followed the ARM
example and keyed the choice of interface on __ARCH_USE_MMU__.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
building gdb and binutils statically
|
|
|
|
|
|
|
|
there is a missing include for <bits/uClibc_uintmaxtostr.h> in
libc/string/_syserrmsg.h, where _syserrmsg.h uses __UIM_BUFLEN_INT
|
|
there are missing prototypes for chown() and execle() in uClibc-snapshot.
I'm attaching a patch to add the missing prototypes.
the error I'm getting without the patch:
AR cr libc/libc_so.a
LD libuClibc-0.9.28.so
libc/libc_so.a(grantpt.os): In function `__unix_grantpt':
grantpt.c:(.text+0x108): undefined reference to `__GI_chown'
grantpt.c:(.text+0x1ae): undefined reference to `__GI_execle'
|
|
|
|
|
|
|
|
|
|
|
|
out by Peter S. Mazinger
|
|
|
|
|
|
|
|
asm/unistd.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
of POSIX_MADV_*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-std=c99
|
|
use trigraphs in uClibc, so if one exists, we should be cutting it out, not ignoring it
|
|
|
|
by Richard Sandiford
|
|
It can be commented out again when someone figures out how to fix gettext building and do the proper thing.
|
|
|
|
|