Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-merged-gcc grimoire by Eric Sandall (dadbb500d1d15191e4135e583246410b9945dd68)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-merged-gcc grimoire by Eric Sandall (dadbb500d1d15191e4135e583246410b9945dd68)
  • Date: Thu, 19 Aug 2010 14:05:34 -0500

GIT changes to devel-merged-gcc grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

gnu/gcc/DEPENDS | 3 +++
gnu/gcc/HISTORY | 3 +++
2 files changed, 6 insertions(+)

New commits:
commit dadbb500d1d15191e4135e583246410b9945dd68
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

gcc: gcj depends on unzip and zip

diff --git a/gnu/gcc/DEPENDS b/gnu/gcc/DEPENDS
index 339ec95..29cdeae 100755
--- a/gnu/gcc/DEPENDS
+++ b/gnu/gcc/DEPENDS
@@ -1,5 +1,8 @@
. $GRIMOIRE/libcompat &&
if list_find "$GCC_COMPILER" "java" ; then
+ depends unzip &&
+ depends zip &&
+
if [[ $GCJ_AWT == y ]]; then
depends gtk+2 '--enable-java-awt=gtk' &&
depends libart_lgpl &&
diff --git a/gnu/gcc/HISTORY b/gnu/gcc/HISTORY
index e6a0451..66a82f4 100644
--- a/gnu/gcc/HISTORY
+++ b/gnu/gcc/HISTORY
@@ -1,3 +1,6 @@
+2010-08-19 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: gcj depends on unzip and zip
+
2010-08-18 Eric Sandall <sandalle AT sourcemage.org>
* CONFLICTS: Auto-conflict with ada, fortran, g++, gcj, and objc
This will remove the old stand-alone files before the combined gcc



  • [SM-Commit] GIT changes to devel-merged-gcc grimoire by Eric Sandall (dadbb500d1d15191e4135e583246410b9945dd68), Eric Sandall, 08/19/2010

Archive powered by MHonArc 2.6.24.

Top of Page