Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 74612 invoked from network); 12 Feb 2007 08:23:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Feb 2007 08:23:20 -0000 Received: (qmail 715 invoked by uid 500); 12 Feb 2007 08:23:27 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 700 invoked by uid 500); 12 Feb 2007 08:23:27 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 691 invoked by uid 99); 12 Feb 2007 08:23:27 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Feb 2007 00:23:27 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Feb 2007 00:23:17 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 2D23D1A981A; Mon, 12 Feb 2007 00:22:57 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r506368 - in /harmony/enhanced/classlib/trunk: depends/build/defines.mk modules/awt/src/main/native/gl/unix/makefile modules/awt/src/main/native/oglwrapper/unix/makefile modules/awt/src/main/native/x11wrapper/unix/makefile Date: Mon, 12 Feb 2007 08:22:56 -0000 To: commits@harmony.apache.org From: hindessm@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070212082257.2D23D1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: hindessm Date: Mon Feb 12 00:22:56 2007 New Revision: 506368 URL: http://svn.apache.org/viewvc?view=rev&rev=506368 Log: Move references to libstdc++ to top-level so that it can be overriden by platforms that provide this in a different way (Aix for example). Modified: harmony/enhanced/classlib/trunk/depends/build/defines.mk harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/unix/makefile harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/unix/makefile harmony/enhanced/classlib/trunk/modules/awt/src/main/native/x11wrapper/unix/makefile Modified: harmony/enhanced/classlib/trunk/depends/build/defines.mk URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/depends/build/defines.mk?view=diff&rev=506368&r1=506367&r2=506368 ============================================================================== --- harmony/enhanced/classlib/trunk/depends/build/defines.mk (original) +++ harmony/enhanced/classlib/trunk/depends/build/defines.mk Mon Feb 12 00:22:56 2007 @@ -24,6 +24,7 @@ ARFLAGS = rcv DLL_LD = $(CC) CXX_DLL_LD = $(CXX) +STDCLIBS = -lstdc++ OSLIBS = -lc -lm XLIBS = -L/usr/X11R6/lib -lX11 -lXft Modified: harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/unix/makefile URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/unix/makefile?view=diff&rev=506368&r1=506367&r2=506368 ============================================================================== --- harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/unix/makefile (original) +++ harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/unix/makefile Mon Feb 12 00:22:56 2007 @@ -32,7 +32,7 @@ $(DLLPATH)libhysig.so $(LIBPATH)libhyzip.a $(DLLPATH)libhyzlib.so $(LIBPATH)libhycommon.a \ $(LIBPATH)libhypool.a $(LIBPATH)libhyfdlibm.a $(DLLPATH)libhythr.so $(LIBPATH)libvmi.so -OSLIBS += -lstdc++ +OSLIBS += $(STDCLIBS) DLLNAME=../libgl.so EXPNAME=HYGL_0.1 Modified: harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/unix/makefile URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/unix/makefile?view=diff&rev=506368&r1=506367&r2=506368 ============================================================================== --- harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/unix/makefile (original) +++ harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/unix/makefile Mon Feb 12 00:22:56 2007 @@ -25,7 +25,7 @@ $(DLLPATH)libhysig.so $(LIBPATH)libhyzip.a $(DLLPATH)libhyzlib.so $(LIBPATH)libhycommon.a \ $(LIBPATH)libhypool.a $(LIBPATH)libhyfdlibm.a $(DLLPATH)libhythr.so $(LIBPATH)libvmi.so -OSLIBS += -lstdc++ +OSLIBS += $(STDCLIBS) DLLNAME=../liboglwrapper.so EXPNAME=HYOGLWRAPPER_0.1 Modified: harmony/enhanced/classlib/trunk/modules/awt/src/main/native/x11wrapper/unix/makefile URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/x11wrapper/unix/makefile?view=diff&rev=506368&r1=506367&r2=506368 ============================================================================== --- harmony/enhanced/classlib/trunk/modules/awt/src/main/native/x11wrapper/unix/makefile (original) +++ harmony/enhanced/classlib/trunk/modules/awt/src/main/native/x11wrapper/unix/makefile Mon Feb 12 00:22:56 2007 @@ -28,7 +28,7 @@ $(DLLPATH)libhysig.so $(LIBPATH)libhyzip.a $(DLLPATH)libhyzlib.so $(LIBPATH)libhycommon.a \ $(LIBPATH)libhypool.a $(LIBPATH)libhyfdlibm.a $(DLLPATH)libhythr.so $(LIBPATH)libvmi.so -OSLIBS += -lstdc++ $(XLIBS) +OSLIBS += $(STDCLIBS) $(XLIBS) DLLNAME=../libX11Wrapper.so EXPNAME=HYX11WRAPPER_0.1