]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE10-update-linux-gcc-processor-optimization-flag-20010423
authorNathan Neulinger <nneul@umr.edu>
Mon, 23 Apr 2001 08:34:27 +0000 (08:34 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 23 Apr 2001 08:34:27 +0000 (08:34 +0000)
gcc wants -march= rather than -m486

src/libafs/MakefileProto.LINUX

index e50eb87661faf255d35fd26708f8365b743b787b..3bd2e15f7a47e062440ba25845a8de1d05ead7ae 100644 (file)
@@ -38,7 +38,7 @@ LD = ld
 # -Wall
 <i386_linux22 i386_linux24>
 CCFLAGS =   -O2 -fomit-frame-pointer \
-       -fno-strength-reduce -pipe -m486 -malign-loops=2 -malign-jumps=2 \
+       -fno-strength-reduce -pipe -march=i486 -malign-loops=2 -malign-jumps=2 \
        -malign-functions=2
 DEFINES = -D__KERNEL__  -DCPU=586 -DKERNEL -D_KERNEL -DMODULE ${SMP_DEF}
 <alpha_linux_22 alpha_linux_24>