Browse Source

gcc add x64 option to compile without fPIE

Signed-off-by: basebuilder_pel7x64builder0 <basebuilder@powerel.org>
master
basebuilder_pel7x64builder0 6 years ago
parent
commit
e6535d2d8c
  1. 3
      SPECS/gcc.spec

3
SPECS/gcc.spec

@ -1,3 +1,6 @@ @@ -1,3 +1,6 @@
%ifarch x86_64
%global optflags %(echo %{optflags} | sed 's/-fPIE//')
%endif
%global DATE 20150702
%global SVNREV 225304
# Note, gcc_release must be integer, if you want to add suffixes to

Loading…
Cancel
Save