From 6e8d488c62cc604a225d6055eb43354259f2c432 Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Wed, 3 Sep 2003 12:12:38 +0000 Subject: [PATCH] fiix spelling typo git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1300 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- architecture/x86/gcc-options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/architecture/x86/gcc-options b/architecture/x86/gcc-options index 72ed48d14..3a7e8cf91 100644 --- a/architecture/x86/gcc-options +++ b/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" ;; *)