Eric Andersen
|
8f1cfc6f18
Add the __fopen prototype, since I pulled it from stdio.h
|
23 years ago |
Eric Andersen
|
a13db8a707
Get rid of non standard macros for things that are functions
|
23 years ago |
Eric Andersen
|
fa5a15eeb2
atoi, atol, atoll, and atof are supposed to be functions, not macros.
|
23 years ago |
Eric Andersen
|
fb35042521
Add missing shadow.h
|
23 years ago |
Eric Andersen
|
cdfd2afc68
Add byteswap.h, per glibc
|
23 years ago |
Eric Andersen
|
0d2c888409
Fix problem with possible redundant entries.
|
23 years ago |
Eric Andersen
|
6b4fb152ab
Fix a silly bug with the header file
|
23 years ago |
Eric Andersen
|
258f038026
Fix a stupid bug causing the ld-uClibc entry to be lost.
|
23 years ago |
Eric Andersen
|
0870301b93
Don't use --uclibc-use-build-dir for the tests unless BUILD_UCLIBC_LDSO=true
|
23 years ago |
Eric Andersen
|
bc525beda7
powerpc doesn't have sbrk yet, so use "malloc", not "malloc-930716"
|
23 years ago |
Eric Andersen
|
f2e01e948c
Put a bandaid on getpgrp behavior
|
23 years ago |
Eric Andersen
|
4c30a83cbb
Proper support for tests spannint multiple .o files
|
23 years ago |
Eric Andersen
|
91b3a453de
use some #defines internal to the ctype functions to eliminate them
|
23 years ago |
Eric Andersen
|
11ebbd7641
Fix the "install_target" target to install to $(PREFIX)$(TARGET_PREFIX)
|
23 years ago |
Eric Andersen
|
3c735763c2
A few more (final?) cleanups for the installer behavior. I now think
|
23 years ago |
Eric Andersen
|
c784f7652f
Add in a make release target
|
23 years ago |
Eric Andersen
|
24700c28ae
Fix SYSTEM_DEVEL_PREFIX to allow install of the <arch>-uclibc- spoofer
|
23 years ago |
Eric Andersen
|
ae8937b0de
Add in TARGET_PREFIX, which was still used in a few spots (and
|
23 years ago |
Eric Andersen
|
fa8092597e
Use malloc on arm (since I've never bothered to write sbrk)
|
23 years ago |
Eric Andersen
|
1459bf3832
I just wrote a stpncpy() since someone wanted it
|
23 years ago |
Eric Andersen
|
9c0d25bc67
I rewrote strcat without any function calls.
|
23 years ago |
Eric Andersen
|
246af1d52e
Sync up ldd behavior
|
23 years ago |
Eric Andersen
|
51ff0f67c7
Fix the library searching routine so it is way simpler, and so
|
23 years ago |
David Schleef
|
8da741f7d0
Add a cvsignore for this dir
|
23 years ago |
David Schleef
|
f0446fcb9c
Change name of package to uclibc-toolchain. Various changes
|
23 years ago |
David Schleef
|
7f133fafec
Need to create $(SYSTEM_DEVEL_PREFIX)/usr/bin
|
23 years ago |
Eric Andersen
|
29be1bc88c
Begin removing some unnecessary inlining, and fix naming
|
23 years ago |
Eric Andersen
|
8f127c4f0a
Oops. Symlink args were backwards...
|
23 years ago |
Eric Andersen
|
4b3d5bdc2b
Don't blow away existing files when trying to install a ldso symlink...
|
23 years ago |
Eric Andersen
|
96277cfcea
Update the build system, yet again. I hope this is the last time...
|
23 years ago |