about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-09-24 17:31:36 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-09-24 17:31:36 -0700
commit94b32c39127967ea58adac3d737a1e5d6116fb77 (patch)
tree2265e2bd2c5ce6def39f5a7c80ba32e932ac955f /ChangeLog
parent15055a1cd7e2c249093a5f6d57eca817767d8b85 (diff)
downloadglibc-94b32c39127967ea58adac3d737a1e5d6116fb77.tar.gz
glibc-94b32c39127967ea58adac3d737a1e5d6116fb77.tar.xz
glibc-94b32c39127967ea58adac3d737a1e5d6116fb77.zip
Use static link by default for --disable-shared
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c7dfe610f..43ba419355 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]