This commit is contained in:
Andrew Overholt 2005-01-24 16:36:43 +00:00
parent 921a570b86
commit f099d2602a
1 changed files with 4 additions and 4 deletions

View File

@ -52,7 +52,7 @@ Epoch: 1
Summary: %{pkg_summary}
Name: eclipse
Version: %{eclipse_majmin}.%{eclipse_micro}_fc
Release: 7
Release: 1
License: CPL
Group: Text Editors/Integrated Development Environments (IDE)
URL: http://www.eclipse.org/
@ -291,7 +291,7 @@ cp -r batch/org/eclipse/jdt/internal/compiler/batch \
compiler/org/eclipse/jdt/internal/compiler
cd compiler
for f in `find -name '*.java' -o -name '*.properties' | cut -c 3-`; do
gcj -I. -Wno-deprecated -C $f
gcj4 -I. -Wno-deprecated -C $f
done
find -name '*.class' -or -name '*.properties' -or -name '*.rsc' |\
@ -305,11 +305,11 @@ 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
javac -version
# -------- ecj build --------
pushd plugins/org.eclipse.swt.tools
rm -f swttools.jar
# FIXME: why were we removing this?
#rm -f swttools.jar
%{ant} \
-DinstallOs=linux -DinstallWs=gtk -DinstallArch=%{eclipse_arch} \
-Dbuild.compiler=modern \