Peter S. Mazinger
|
86553e6605
Remove unused CFLAGS_NOPIC, use ?= some of check_gcc won't rerun
|
19 years ago |
Peter S. Mazinger
|
6e3a0044cc
Moved the use of --combine to CFLAGS, we need it for debugging too
|
19 years ago |
Peter S. Mazinger
|
96b6b3fccd
Hope to catch --combine flag properly on all gcc versions
|
19 years ago |
Peter S. Mazinger
|
9b6de7341a
Remove comment, I corrected the order already.
|
19 years ago |
Peter S. Mazinger
|
ca2b43ffed
Add -fcombine check to allow IMA compiling w/ gcc 4.x
|
19 years ago |
Peter S. Mazinger
|
a80fc77b65
All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally.
|
19 years ago |
Peter S. Mazinger
|
8891cd94ce
Undo -combine addition, check_gcc can't cope with it
|
19 years ago |
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 years ago |
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 years ago |
"Steven J. Hill"
|
ded4332183
Fix up PTDIR bug and clean target for libpthread.
|
19 years ago |
"Steven J. Hill"
|
a648743558
Fix broken path for PTDIR which needed a '/' at the end to work. Also brought in the other stuff needed for NPTL. Erik, please cut me some slack again. The option is not in 'extra/Config/Config.in' so it cannot be activated. Besides, take a look at the check in tonight on the branch and the post on the mailing list.
|
19 years ago |
Peter S. Mazinger
|
c0b31e5008
Use PTDIR in libpthread/Makefile too, add new PTNAME being nptl or linuxthreads. sjhill, I know you kill my keyboard, but please read my added comments, thanks.
|
19 years ago |
"Steven J. Hill"
|
8c7ac6fc36
Clean up pthread include mess. Some of these will be needed to support NPTL, but they do no harm for the linuxthreads case. Yes, I tested this.
|
19 years ago |
Peter S. Mazinger
|
f70602be19
Remove ar-target and shared targets, at build time now we traverse the tree only once. Generalize all toplevel makefiles. Make sure, that libdl.so is built against libc.so and not libc.a
|
19 years ago |
Mike Frysinger
|
e1ac781ed8
clean up -malign- vs -falign- #352 by yvasilev
|
19 years ago |
Peter S. Mazinger
|
9ddd9870a8
Add __cxa_atexit and __cxa_finalize, thanks to Stephen Warren. This patch breaks compatibility with existing binaries, unless the new COMPAT_ATEXIT option is enabled.
|
19 years ago |
Mike Frysinger
|
270bd86b4f
punt _DL_FINI_CRT_COMPAT option now that 0.9.28 has been released
|
19 years ago |
Mike Frysinger
|
4147ffbcc6
optimize library based upon sparc cpu selection
|
19 years ago |
Eric Andersen
|
78b9403339
per suggestion by psm, remove the variable DYNAMIC_LINKER
|
19 years ago |
Joakim Tjernlund
|
2044b626be
Removed hardcoded ld-uClibc.so.0 in uClibc. From Peter Mazinger.
|
19 years ago |
Joakim Tjernlund
|
8d5946b727
Remove SYSTEM_LDSO option since it no longer works.
|
19 years ago |
Mike Frysinger
|
afd3f33a07
add back in the LDPIEFLAG since -fPIE does not imply -pie
|
19 years ago |
Eric Andersen
|
d2d040e102
Bump version in preparation for the upcoming release
|
19 years ago |
Mike Frysinger
|
c78cc09f59
as pointed out by khem/ngupta, ARM926T should be march armv5 instead of armv4
|
19 years ago |
Mike Frysinger
|
8c9cfb760f
export PIEFLAG and the noexecstack AS test so that gcc/as arent executed in every subdir
|
19 years ago |
Mike Frysinger
|
ce5d0580f8
finish cleaning up the PIE flag checks
|
19 years ago |
Mike Frysinger
|
f13d9be54c
get rid of LDPIEFLAG since PIEFLAG is already used
|
19 years ago |
Mike Frysinger
|
e5760ee3f3
further refine output so the silent mode of make is truly silent
|
19 years ago |
Mike Frysinger
|
e970fad1d7
add c to default ARFLAGS to get rid of ar: creating blah.a messages
|
19 years ago |
Joakim Tjernlund
|
d1b0dffff4
Add Peter Mazinger fini/crt compat patch. Select DL_FINI_CRT_COMPAT to
|
19 years ago |