summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/powerpc/Makefile
AgeCommit message (Collapse)Author
2001-07-03Fix to autogen bits/syscall.h, like i386David Schleef
2001-05-26Makefile targets to symlink arch-specific headers into include/ (onlyDavid Schleef
used on mipsel.)
2001-05-25Added powerpc-specific mmap syscall, 'cause we're special.David Schleef
2001-05-16Move the default ptrace.c to common, but let arches override it (suchEric Andersen
as m68k which has some asm in its version). -Erik
2001-05-12I'd broken powerpc crt0.o installationEric Andersen
2001-05-12Ok, this should finish off my massive ro-organization. The sourceEric Andersen
tree is less messy now (which helps), all libraries are placed into uClibc/lib when compiling, all libraries now use a consistant mechanism for being built, all libraries use a consistant naming scheme where the lib name includes the uClibc version number, which makes ldconfig happy and willing to work with us. -Erik
2001-03-16Add powerpc port done by David Schleef <ds@schleef.org>Eric Andersen