[prev in list] [next in list] [prev in thread] [next in thread] 

List:       haiku-commits
Subject:    [Haiku-commits] r31346 - haiku/branches/features/32bit-wchar_t
From:       zooey at BerliOS <zooey () mail ! berlios ! de>
Date:       2009-06-30 23:19:20
Message-ID: 200906302319.n5UNJKmO004575 () sheep ! berlios ! de
[Download RAW message or body]

Author: zooey
Date: 2009-07-01 01:19:18 +0200 (Wed, 01 Jul 2009)
New Revision: 31346
ViewCVS: http://svn.berlios.de/viewcvs/haiku?rev=31346&view=rev

Modified:
   haiku/branches/features/32bit-wchar_t/configure
Log:
* no longer explicitly reset haikuSharedLibStdCxx and haikuSharedLibSupCxx,
  since we are now building them ourselves - the results that gcc gives
  for non-existing libs suits just fine


Modified: haiku/branches/features/32bit-wchar_t/configure
===================================================================
--- haiku/branches/features/32bit-wchar_t/configure	2009-06-30 23:17:04 UTC (rev 31345)
+++ haiku/branches/features/32bit-wchar_t/configure	2009-06-30 23:19:18 UTC (rev 31346)
@@ -180,15 +180,17 @@
 			if [ $haikuStaticLibStdCxx = libstdc++.a ]; then
 				haikuStaticLibStdCxx=
 			fi
-			if [ $haikuSharedLibStdCxx = libstdc++.so ]; then
-				haikuSharedLibStdCxx=
-			fi
+			# we build libstdc++.so ourselves, so we can leave it as is
+			# if [ $haikuSharedLibStdCxx = libstdc++.so ]; then
+			#	haikuSharedLibStdCxx=
+			# fi
 			if [ $haikuStaticLibSupCxx = libsupc++.a ]; then
 				haikuStaticLibSupCxx=
 			fi
-			if [ $haikuSharedLibSupCxx = libsupc++.so ]; then
-				haikuSharedLibSupCxx=
-			fi
+			# we build libsupc++.so ourselves, so we can leave it as is
+			# if [ $haikuSharedLibSupCxx = libsupc++.so ]; then
+			# 	haikuSharedLibSupCxx=
+			# fi
 		;;
 		2.9*)
 			# check for correct (most up-to-date) legacy compiler and complain

_______________________________________________
Haiku-commits mailing list
Haiku-commits@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/haiku-commits

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic