changeset 88:335fb1b49d79

Use static gxx (=libstdc++) for linux
author janneke <janneke@gnu.org>
date Thu, 01 Dec 2005 19:08:56 +0100
parents e28246290fe8
children ea3e928881ec
files specs/framework.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/specs/framework.py	Thu Dec 01 19:08:07 2005 +0100
+++ b/specs/framework.py	Thu Dec 01 19:08:56 2005 +0100
@@ -170,6 +170,8 @@
 --with-python-include=%(system_root)s/usr/include/python2.4
 --disable-optimising
 ''')
+		if self.settings.platform.startswith ('linux'):
+			cmd += ' --enable-static-gxx'
 		return cmd
 
 	def configure (self):