Browse Source

fiix spelling typo

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1300 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
6e8d488c62
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      architecture/x86/gcc-options

+ 1
- 1
architecture/x86/gcc-options

@ -7,7 +7,7 @@ case "$ROCKCFG_X86_OPT" in
var_append GCC3_WRAPPER_INSERT " " "-march=pentium-mmx" ;;
k6*)
var_append GCC3_WRAPPER_INSERT " " "-march=$ROCKCFG_X86_OPT"
# work-around and shoudl be removed when gcc 3.x got fixed ...
# workaround and should be removed when gcc 3.x got fixed ...
var_append GCC3_WRAPPER_INSERT " " "-fno-branch-count-reg"
;;
*)

Loading…
Cancel
Save