missing -o

This commit is contained in:
Andrew Overholt 2005-10-10 15:26:58 +00:00
parent 70654292b9
commit 8acf6f58c9
1 changed files with 1 additions and 1 deletions

View File

@ -846,7 +846,7 @@ aot-compile-rpm
pushd $RPM_BUILD_ROOT%{_libdir}/gcj/%{name}
gcj -g -O2 --main=org.eclipse.jdt.internal.compiler.batch.Main \
-Wl,-R,%{_libdir}/gcj/%{name} org.eclipse.jdt.core_3.1.0.jar.so \
$RPM_BUILD_ROOT%{_bindir}/ecj
-o $RPM_BUILD_ROOT%{_bindir}/ecj
popd
chmod a+x $RPM_BUILD_ROOT%{_bindir}/ecj
%endif