svn commit: trunk/buildroot/package

prpplague at uclibc.org prpplague at uclibc.org
Wed Jan 25 17:28:25 UTC 2006


Author: prpplague
Date: 2006-01-25 09:28:23 -0800 (Wed, 25 Jan 2006)
New Revision: 13605

Log:
add TARGET_CXX per case 0000593

Modified:
   trunk/buildroot/package/Makefile.in


Changeset:
Modified: trunk/buildroot/package/Makefile.in
===================================================================
--- trunk/buildroot/package/Makefile.in	2006-01-25 16:17:58 UTC (rev 13604)
+++ trunk/buildroot/package/Makefile.in	2006-01-25 17:28:23 UTC (rev 13605)
@@ -48,6 +48,7 @@
 KERNEL_CROSS=$(STAGING_DIR)/bin/$(OPTIMIZE_FOR_CPU)-linux-uclibc-
 TARGET_CROSS=$(STAGING_DIR)/bin/$(OPTIMIZE_FOR_CPU)-linux-uclibc-
 TARGET_CC=$(TARGET_CROSS)gcc
+TARGET_CXX=$(TARGET_CROSS)g++
 TARGET_RANLIB=$(TARGET_CROSS)ranlib
 STRIP=$(TARGET_CROSS)strip --remove-section=.comment --remove-section=.note
 INSTALL=/usr/bin/install




More information about the uClibc-cvs mailing list