diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-09-04 19:53:24 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-09-06 11:43:43 -0700 |
commit | a5055ad15a4cb063627653d0a2109f66ead63c33 (patch) | |
tree | 11780094df41853e87aa787a88048e0651cca38d /ChangeLog | |
parent | 48bac3debbc7acd0a2e8fe8248780f9d2c043c10 (diff) | |
download | glibc-a5055ad15a4cb063627653d0a2109f66ead63c33.tar glibc-a5055ad15a4cb063627653d0a2109f66ead63c33.tar.gz glibc-a5055ad15a4cb063627653d0a2109f66ead63c33.tar.bz2 glibc-a5055ad15a4cb063627653d0a2109f66ead63c33.zip |
Use crtbeginT.o to statically link programs
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2012-09-06 H.J. Lu <hongjiu.lu@intel.com> + + [BZ #14544] + * Makeconfig (link-static-before-libc): Replace $(+prector) + with $(+prectorT). + (link-static-after-libc): Replace $(+postctor) with + $(+postctorT). + (link-bounded): Replace $(+prector)/$(+postctor) with + $(+prectorT)/$(+postctorT). + (+prectorT): New macro. + (+postctorT): Likewise. + 2012-09-06 Joseph Myers <joseph@codesourcery.com> * stdlib/gen-tst-strtod-round.c: Include <assert.h>. |