4.4.0-0.4

This commit is contained in:
Jakub Jelinek 2009-01-17 23:16:41 +00:00
parent 5a5d8906df
commit 6bd32f1b6d

View File

@ -488,6 +488,13 @@ cd gnat_hacks
tar xjf %{SOURCE100} tar xjf %{SOURCE100}
export PATH=`pwd`/bin${PATH:+:$PATH} export PATH=`pwd`/bin${PATH:+:$PATH}
cd .. cd ..
which gcc
gnatgcc --version || :
gcc --version || :
gcc --version -gnatg || :
gnatgcc -print-multi-os-directory || :
gcc -print-multi-os-directory || :
gcc -print-multi-os-directory -gnatg || :
%endif %endif
%if %{build_java} %if %{build_java}