From: aldot at uclibc.org <aldot@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package: lzma
Date: Mon, 20 Nov 2006 08:09:44 -0800 (PST) [thread overview]
Message-ID: <20061120160944.8BC0A485B7@busybox.net> (raw)
Author: aldot
Date: 2006-11-20 08:09:43 -0800 (Mon, 20 Nov 2006)
New Revision: 16589
Log:
- add and use a HOSTCXX variable.
Modified:
trunk/buildroot/package/Makefile.in
trunk/buildroot/package/lzma/lzma.mk
Changeset:
Modified: trunk/buildroot/package/Makefile.in
===================================================================
--- trunk/buildroot/package/Makefile.in 2006-11-20 13:37:09 UTC (rev 16588)
+++ trunk/buildroot/package/Makefile.in 2006-11-20 16:09:43 UTC (rev 16589)
@@ -23,6 +23,7 @@
endif
TARGET_CFLAGS=$(TARGET_OPTIMIZATION) $(TARGET_DEBUGGING)
HOSTCC:=gcc
+HOSTCXX:=g++
BASE_DIR:=${shell pwd}
Modified: trunk/buildroot/package/lzma/lzma.mk
===================================================================
--- trunk/buildroot/package/lzma/lzma.mk 2006-11-20 13:37:09 UTC (rev 16588)
+++ trunk/buildroot/package/lzma/lzma.mk 2006-11-20 16:09:43 UTC (rev 16589)
@@ -34,6 +34,7 @@
$(LZMA_HOST_DIR)/.configured: $(LZMA_HOST_DIR)/.source
(cd $(LZMA_HOST_DIR); rm -f config.cache ;\
CC="$(HOSTCC)" \
+ CXX="$(HOSTCXX)" \
./configure \
--prefix=/ \
);
next reply other threads:[~2006-11-20 16:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-20 16:09 aldot at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-08-29 16:40 [Buildroot] svn commit: trunk/buildroot/package: lzma aldot at uclibc.org
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20061120160944.8BC0A485B7@busybox.net \
--to=aldot@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox