changeset 943:2aafcee56b36

link libstdc++ statically.
author hanwen <hanwen@xs4all.nl>
date Thu, 12 Jan 2006 01:29:13 +0100
parents 3b17d6b9c0a6
children b3641a5935f0
files specs/framework.py
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/specs/framework.py	Wed Jan 11 23:21:27 2006 +0100
+++ b/specs/framework.py	Thu Jan 12 01:29:13 2006 +0100
@@ -605,6 +605,10 @@
 
 		## binaries are huge.
 #		cmd += ' --disable-optimising '
+
+		## no messing around with libstdc++  
+		cmd += ' --enable-static-gxx '
+
 		return cmd
 
 	def configure (self):