Peter S. Mazinger
|
5e48b8b628
Add the current implementation to review
|
19 tahun lalu |
Peter S. Mazinger
|
b6cfa5f080
2 more examples that show the handling of different objects in lib*.so and lib*.a, also handle arch specific optimized versions
|
19 tahun lalu |
Peter S. Mazinger
|
6533343415
Updated libcrypt example Makefile
|
19 tahun lalu |
Peter S. Mazinger
|
6a98e3e5f6
Typo correction, thanks cow.
|
19 tahun lalu |
Peter S. Mazinger
|
6648562b33
Commit first Makefile.in as example how the new infrastructure is intended to be used
|
19 tahun lalu |
Peter S. Mazinger
|
768f982ca0
Update upcoming new infrastructure files
|
19 tahun lalu |
Peter S. Mazinger
|
8891cd94ce
Undo -combine addition, check_gcc can't cope with it
|
19 tahun lalu |
Peter S. Mazinger
|
56a7863000
This file is a temporarily used one, until all the tree is converted to new structure, allowing to build out of source tree, PIC for shared/ non-PIC for static, allowing to add objects from one lib to the other (needed for ld.so/libc.so and probably libpthread.so)
|
19 tahun lalu |
Peter S. Mazinger
|
531ac82438
Add -combine to CFLAGS so gcc-4.1 won't build faulty libs if all sources are built into one object
|
19 tahun lalu |
Peter S. Mazinger
|
a2ac160535
Forgotten to commit libdl.c, change __LIBDL_SHARED__ to SHARED.
|
19 tahun lalu |
Peter S. Mazinger
|
9e9e263e99
Change __LIBDL_SHARED__ to SHARED. This will be also used in some other places to get an object built for lib*.so but not for lib*.a.
|
19 tahun lalu |
Peter S. Mazinger
|
a5caac62d6
Do not recurse into ldso if HAVE_SHARED is disabled.
|
19 tahun lalu |
Peter S. Mazinger
|
9ef10914a3
Add new rules file for review, better ideas, not used yet
|
19 tahun lalu |
Peter S. Mazinger
|
2fb630e447
Remove /dev/erandom support, as [h]lfs does not use it in this form.
|
19 tahun lalu |
Peter S. Mazinger
|
c752a13fff
Curious failure now, haven't touched this one.
|
19 tahun lalu |
Peter S. Mazinger
|
3a7ac9c7a7
Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much.
|
19 tahun lalu |
Peter S. Mazinger
|
b0c8130cec
Change __OPTIMIZE__ > 0 to defined(__OPTIMIZE__) as in glibc-2.3.5.
|
19 tahun lalu |
Peter S. Mazinger
|
73d009db94
Defer SHARED_START/END_FILES. They are only used for the shared library.
|
19 tahun lalu |
Peter S. Mazinger
|
998913a5ce
Do not defer expansions where useless, like CSRC/OBJS/LIB_NAME/AR_LIB_NAME, defer only for shared lib related stuff, because it is optional. Run STRIPTOOL only once. More use of /$^/$<.
|
19 tahun lalu |
Peter S. Mazinger
|
99720814c3
Missed OBJS definition in libcrypt/libutil. Use := where possible
|
19 tahun lalu |
Eric Andersen
|
a5aa1cd19f
fix url
|
19 tahun lalu |
Peter S. Mazinger
|
c60a8a994f
Undo size optimizing patch that does not work with gcc-4.1-head, reported by sjhill, thanks cow for testing
|
19 tahun lalu |
Peter S. Mazinger
|
50143b1b6f
Allow building uClibc w/ make-3.79.1 if SSP is disabled
|
19 tahun lalu |
Peter S. Mazinger
|
73649ffabc
Remove TMPDIR from glibc's commented list
|
19 tahun lalu |
Peter S. Mazinger
|
37eed2db12
Sync unsecvars.h w/ glibc-2.3.5, remove unused vars in uClibc, update comment about those in glibc
|
19 tahun lalu |
Peter S. Mazinger
|
6d11a8264e
User strong_alias instead of initializing __guard separately
|
19 tahun lalu |
"Steven J. Hill"
|
ded4332183
Fix up PTDIR bug and clean target for libpthread.
|
19 tahun lalu |
Peter S. Mazinger
|
8e87f7ffea
Doing the compile in one step creates smaller archives, libcrypt.a shrinks from 12k to 10k, libutil.a to 8k to 4k. Use make provided features where possible /$</$^.
|
19 tahun lalu |
Peter S. Mazinger
|
4583f84ac9
Remove *.o and *.os running find only once
|
19 tahun lalu |
"Steven J. Hill"
|
7840e3a378
Oops, that was a bad wildcard.
|
19 tahun lalu |