4.4.0-0.4
This commit is contained in:
parent
5a5d8906df
commit
6bd32f1b6d
7
gcc.spec
7
gcc.spec
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user