diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-09-24 17:31:36 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-09-24 17:31:36 -0700 |
commit | 94b32c39127967ea58adac3d737a1e5d6116fb77 (patch) | |
tree | 2265e2bd2c5ce6def39f5a7c80ba32e932ac955f /ChangeLog | |
parent | ia64: define new get-rounding-mode.h header (diff) | |
download | glibc-94b32c39127967ea58adac3d737a1e5d6116fb77.tar.gz glibc-94b32c39127967ea58adac3d737a1e5d6116fb77.tar.bz2 glibc-94b32c39127967ea58adac3d737a1e5d6116fb77.zip |
Use static link by default for --disable-shared
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2012-09-24 H.J. Lu <hongjiu.lu@intel.com> + [BZ #13679] + * Makeconfig (+link): Defined as $(+link-static) if + $(build-shared) isn't yes. + (link-tests): Defined as $(+link-static-tests) if $(build-shared) + isn't yes. + (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes. + * Makeconfig (+postctorT): Replace crtendS.o with crtend.o. [BZ #14562] |