diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2016-12-12 11:44:02 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2016-12-12 11:44:02 +0100 |
commit | 5c97e1e835712fccbfe793a4508490c589909513 (patch) | |
tree | 712ebecb337b8cd2581e9c122d8bbbf07d76d222 /user | |
parent | 2604849369f81235f99d6c981b4cd9123139e77d (diff) |
gcc: 17f0f5acdcfb9181203ca9b6d8f8cbc64e5ce843 (2016-11-30)
Diffstat (limited to 'user')
-rw-r--r-- | user/jkoenig/java.mdwn | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/user/jkoenig/java.mdwn b/user/jkoenig/java.mdwn index ebd00f6b..e43118ee 100644 --- a/user/jkoenig/java.mdwn +++ b/user/jkoenig/java.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2011, 2013, 2014 Free Software Foundation, +[[!meta copyright="Copyright © 2011, 2013, 2014, 2016 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable @@ -484,13 +484,7 @@ Might get back to these as time/interest permits. ### GCJ - * [[tschwinge]] has the feeling that Java in GCC (that is, GCJ) is mostly - dead? (True?) - - * Thus perhaps not too much effort should be spent with it. - - If the POSIX threads signal semantics makes it going, then great, otherwise - we should get a feeling what else is missing. + * Java in GCC (that is, GCJ) has been removed in GCC 7. ### Joe-E. |