platform.in: Change %optflags_kernel to %nil
This commit is contained in:
parent
190f999dee
commit
94bd71f657
@ -136,10 +136,7 @@ BuildRoot.
|
||||
-ffast-math;
|
||||
|
||||
%optflags_strict:
|
||||
-fstrict-aliasing;
|
||||
|
||||
%optflags_kernel:
|
||||
параметры, используемые при компиляции ядра и его модулей.
|
||||
-fstrict-aliasing.
|
||||
|
||||
ðÏ ÕÍÏÌÞÁÎÉÀ, ÓÔÁÎÄÁÒÔÎÙÊ ÎÁÂÏÒ %optflags ÓÏÓÔÏÉÔ ÉÚ ``%optflags_core
|
||||
%optflags_warnings %optflags_optimization''.
|
||||
|
@ -696,6 +696,6 @@
|
||||
@alt@%optflags_strict -fstrict-aliasing
|
||||
@alt@
|
||||
@alt@# flags for compiling kernel
|
||||
@alt@%optflags_kernel -falign-loops=2 -falign-jumps=2 -falign-functions=2 -mpreferred-stack-boundary=2
|
||||
@alt@%optflags_kernel %nil
|
||||
@alt@
|
||||
@alt@%optflags_default %optflags_core %optflags_warnings %{?_enable_debug:%optflags_debug}%{!?_enable_debug:%{optflags_optimization}}
|
||||
|
Loading…
Reference in New Issue
Block a user