Skip to content

Commit

Permalink
Add -DUSE_CFA_VAL_EXPRESSION to CFLAGS on x86_64.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Jelinek committed Mar 6, 2006
1 parent 69fd14b commit be75ab8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fedora/glibc.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,9 @@ BuildFlags="-march=%{_target_cpu}"
%ifarch i686
BuildFlags="-march=i686 -mtune=pentium4"
%endif
%ifarch x86_64
BuildFlags="-DUSE_CFA_VAL_EXPRESSION"
%endif
%ifarch alphaev6
BuildFlags="-mcpu=ev6"
%endif
Expand Down

0 comments on commit be75ab8

Please sign in to comment.