- add ppc

This commit is contained in:
Andrew Overholt 2005-01-28 03:13:30 +00:00
parent 70478062de
commit cf944ba6b0

View File

@ -52,7 +52,7 @@ Epoch: 1
Summary: %{pkg_summary}
Name: eclipse
Version: %{eclipse_majmin}.%{eclipse_micro}_fc
Release: 11
Release: 12
License: CPL
Group: Text Editors/Integrated Development Environments (IDE)
URL: http://www.eclipse.org/
@ -305,10 +305,10 @@ rm -rf plugins/org.eclipse.jdt.core
mv plugins/org.eclipse.jdt.core.original plugins/org.eclipse.jdt.core
# Now use this built ecj for the rest of the build
export CLASSPATH=`pwd`/ecj-bootstrap.jar:$CLASSPATH
#gcj4 -fPIC -fjni -findirect-dispatch -shared -o ecj-bootstrap.jar.so \
# ecj-bootstrap.jar
#export LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH
#export CLASSPATH=`pwd`/ecj-bootstrap.jar:$CLASSPATH
gcj4 -fPIC -fjni -findirect-dispatch -shared -o ecj-bootstrap.jar.so \
ecj-bootstrap.jar
export LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH
# -------- ecj build --------
pushd plugins/org.eclipse.swt.tools
@ -420,8 +420,8 @@ popd
%install
rm -rf $RPM_BUILD_ROOT
#export LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH
export CLASSPATH=`pwd`/ecj-bootstrap.jar:$CLASSPATH
export LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH
#export CLASSPATH=`pwd`/ecj-bootstrap.jar:$CLASSPATH
%{ant} \
-DinstallOs=linux -DinstallWs=gtk -DinstallArch=%{eclipse_arch} \
-Dbuild.compiler=modern \
@ -800,9 +800,8 @@ rm -rf $RPM_BUILD_ROOT
%attr(0644,root,root) %{_libdir}/%{name}/%{name}-platform.jarswithnativelibs
%changelog
* Thu Jan 27 2005 Andrew Overholt <overholt@redhat.com> 1:3.0.1_fc-11
* Thu Jan 27 2005 Andrew Overholt <overholt@redhat.com> 1:3.0.1_fc-12
- add ppc
- don't use native ecj
* Wed Jan 26 2005 Andrew Overholt <overholt@redhat.com> 1:3.0.1_fc-9
- rebuild