summaryrefslogtreecommitdiff
path: root/maintainer-scripts
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2009-01-17 14:53:57 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2009-01-17 14:53:57 +0000
commitcbb2cda999f5fd94884355b88c2b1ddc0296db9f (patch)
tree04514be5e56635e634cc2b23e265d63c4788839d /maintainer-scripts
parente9d67b6089f2dd96839385aff431d3778880c586 (diff)
downloadgcc-cbb2cda999f5fd94884355b88c2b1ddc0296db9f.tar.gz
2009-01-17 Richard Guenther <rguenther@suse.de>
* gcc_release (JAVA_DIRS): Remove fastjar. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143465 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'maintainer-scripts')
-rw-r--r--maintainer-scripts/ChangeLog4
-rwxr-xr-xmaintainer-scripts/gcc_release2
2 files changed, 5 insertions, 1 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog
index 27f1c59239b..fbf29862a37 100644
--- a/maintainer-scripts/ChangeLog
+++ b/maintainer-scripts/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-17 Richard Guenther <rguenther@suse.de>
+
+ * gcc_release (JAVA_DIRS): Remove fastjar.
+
2008-10-04 Gerald Pfeifer <gerald@pfeifer.com>
* gcc_release: Fix a couple of comments.
diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release
index cb44b19bc76..18f79ddaa95 100755
--- a/maintainer-scripts/gcc_release
+++ b/maintainer-scripts/gcc_release
@@ -548,7 +548,7 @@ SOURCE_DIRECTORY=""
ADA_DIRS="gcc/ada libada gnattools"
CPLUSPLUS_DIRS="gcc/cp libstdc++-v3"
FORTRAN95_DIRS="gcc/fortran libgfortran"
-JAVA_DIRS="gcc/java libjava libffi fastjar zlib boehm-gc"
+JAVA_DIRS="gcc/java libjava libffi zlib boehm-gc"
OBJECTIVEC_DIRS="gcc/objc gcc/objcp libobjc"
TESTSUITE_DIRS="gcc/testsuite"