This commit is contained in:
Andrew Overholt 2006-03-03 22:24:20 +00:00
parent a87b9dd97c
commit 907e15b3e2

View File

@ -18,7 +18,7 @@ Epoch: 1
%else
%define eclipse_arch %{_arch}
%endif
%ifarch %{ix86} x86_64
%ifarch %{ix86} x86_64 ppc
%define native_ecj 1
%else
%define native_ecj 0
@ -548,6 +548,7 @@ popd
%build
env
ORIGCLASSPATH=$CLASSPATH
%if %{gcj_support}
@ -1316,7 +1317,7 @@ fi
* Fri Mar 03 2006 Andrew Overholt <overholt@redhat.com> 3.1.2-1jpp_12fc
- Only build with a native ecj on x86{,_64}
- Make /usr/bin/ecj native again as it's slow as a script with gij and
the chances of a someone using a proprietary JDK and not seeing their
the chances of a someone using a proprietary JDK and not setting their
javac alternative are slim.
* Tue Feb 28 2006 Andrew Overholt <overholt@redhat.com> 3.1.2-1jpp_12fc