4.4.0-0.4

This commit is contained in:
Jakub Jelinek 2009-01-17 23:16:41 +00:00
parent 5a5d8906df
commit 6bd32f1b6d
1 changed files with 7 additions and 0 deletions

View File

@ -488,6 +488,13 @@ cd gnat_hacks
tar xjf %{SOURCE100}
export PATH=`pwd`/bin${PATH:+:$PATH}
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
%if %{build_java}