- Add optflags stack protector override for AArch64 (#909788)
This commit is contained in:
parent
2a557175eb
commit
48bdcffed2
2
rpmrc
2
rpmrc
@ -64,6 +64,8 @@ optflags: hades %{__global_cflags}
|
|||||||
optflags: s390 %{__global_cflags} -m31 -march=z9-109 -mtune=z10
|
optflags: s390 %{__global_cflags} -m31 -march=z9-109 -mtune=z10
|
||||||
optflags: s390x %{__global_cflags} -m64 -march=z9-109 -mtune=z10
|
optflags: s390x %{__global_cflags} -m64 -march=z9-109 -mtune=z10
|
||||||
|
|
||||||
|
optflags: aarch64 %{__global_cflags} -fno-stack-protector
|
||||||
|
|
||||||
# set build arch to fedora buildarches on hardware capable of running it
|
# set build arch to fedora buildarches on hardware capable of running it
|
||||||
# saves having to do rpmbuild --target=
|
# saves having to do rpmbuild --target=
|
||||||
buildarchtranslate: athlon: i686
|
buildarchtranslate: athlon: i686
|
||||||
|
Loading…
Reference in New Issue
Block a user