2.3.90-1
This commit is contained in:
parent
ab188f024d
commit
38ff1b6d72
@ -477,13 +477,13 @@ if gcc -v 2>&1 | grep -q 'gcc version 3.[0123]'; then
|
|||||||
BuildFlags="$BuildFlags -finline-limit=2000"
|
BuildFlags="$BuildFlags -finline-limit=2000"
|
||||||
fi
|
fi
|
||||||
EnableKernel="--enable-kernel=%{enablekernel}"
|
EnableKernel="--enable-kernel=%{enablekernel}"
|
||||||
echo "$BuildFlags" > ../BuildFlags
|
echo "$BuildFlags" > BuildFlags
|
||||||
echo "$GCC" > ../Gcc
|
echo "$GCC" > Gcc
|
||||||
AddOns=`echo */configure | sed -e 's!/configure!!g;s!\(linuxthreads\|nptl\|rtkaio\)\( \|$\)!!g;s! \+$!!;s! !,!g;s!^!,!;/^,\*$/d'`
|
AddOns=`echo */configure | sed -e 's!/configure!!g;s!\(linuxthreads\|nptl\|rtkaio\)\( \|$\)!!g;s! \+$!!;s! !,!g;s!^!,!;/^,\*$/d'`
|
||||||
%ifarch %{rtkaioarches}
|
%ifarch %{rtkaioarches}
|
||||||
AddOns=,rtkaio$AddOns
|
AddOns=,rtkaio$AddOns
|
||||||
%endif
|
%endif
|
||||||
echo "$AddOns" > ../AddOns
|
echo "$AddOns" > AddOns
|
||||||
|
|
||||||
build_nptl()
|
build_nptl()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user