[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/34578] New: Don't check for javac if ecj is found, and a
From: |
gnu_andrew at member dot fsf dot org |
Subject: |
[Bug classpath/34578] New: Don't check for javac if ecj is found, and apply 1.5 test to both |
Date: |
25 Dec 2007 01:28:33 -0000 |
At present, configure checks for ecj followed by javac and then does a 1.5 test
on the javac that is found. It should instead works as follows:
1. Check for ecj.
2. If ecj was found:
a. Check that ecj can compile 1.5 code
3. If ecj was not found:
a. Check for javac
b. If javac is found, check it can compile 1.5 code
c. If javac is not found, fail.
--
Summary: Don't check for javac if ecj is found, and apply 1.5
test to both
Product: classpath
Version: unspecified
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: classpath
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: gnu_andrew at member dot fsf dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34578
- [Bug classpath/34578] New: Don't check for javac if ecj is found, and apply 1.5 test to both,
gnu_andrew at member dot fsf dot org <=