Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-merged-gcc grimoire by Peng Chang (Charles) (45f10740a8f5112a356e7911f6d730380aeaa601)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "Peng Chang (Charles)" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-merged-gcc grimoire by Peng Chang (Charles) (45f10740a8f5112a356e7911f6d730380aeaa601)
  • Date: Fri, 24 Jul 2009 10:00:18 -0500

GIT changes to devel-merged-gcc grimoire by Peng Chang (Charles)
<chp AT sourcemage.org>:

gnu/gcc/CONFIGURE | 6 ++++--
gnu/gcc/HISTORY | 3 +++
2 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 45f10740a8f5112a356e7911f6d730380aeaa601
Author: Peng Chang (Charles) <chp AT sourcemage.org>
Commit: Peng Chang (Charles) <chp AT sourcemage.org>

gcc: query for GCJ_AWT only when java is selected

diff --git a/gnu/gcc/CONFIGURE b/gnu/gcc/CONFIGURE
index a4a0e82..76f525a 100755
--- a/gnu/gcc/CONFIGURE
+++ b/gnu/gcc/CONFIGURE
@@ -7,6 +7,8 @@ config_query_multi GCC_TARGET "Select what build to use" \
bootstrap \
bootstrap-lean \
profiledbootstrap \
- profiledbootstrap-lean
+ profiledbootstrap-lean &&

-config_query GCJ_AWT "Do you want support for AWT (requires gtk+2 and
libart_lgpl)?" n
+if list_find "$GCC_COMPILER" "java" ; then
+ config_query GCJ_AWT "Do you want support for AWT (requires gtk+2 and
libart_lgpl)?" n
+fi
diff --git a/gnu/gcc/HISTORY b/gnu/gcc/HISTORY
index e863047..004fac6 100644
--- a/gnu/gcc/HISTORY
+++ b/gnu/gcc/HISTORY
@@ -1,3 +1,6 @@
+2009-07-24 Peng Chang (Charles) <chp AT sourcemage.org>
+ * CONFIGURE: query for GCJ_AWT only when java is to be compiled
+
2009-07-23 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* BUILD: modified for unified gcc
* CONFIGURE: modified for unified gcc



  • [SM-Commit] GIT changes to devel-merged-gcc grimoire by Peng Chang (Charles) (45f10740a8f5112a356e7911f6d730380aeaa601), Peng Chang (Charles), 07/24/2009

Archive powered by MHonArc 2.6.24.

Top of Page