From: Nathan Neulinger Date: Sat, 14 Apr 2001 18:38:06 +0000 (+0000) Subject: update-linux-gcc-processor-optimization-flag-20010414 X-Git-Tag: openafs-stable-1_1_0~207 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=b38f3590c893514aad7eab9eb0f0274c5d2eaf7a;p=packages%2Fo%2Fopenafs.git update-linux-gcc-processor-optimization-flag-20010414 gcc now wants -march not -m(processor) --- diff --git a/src/libafs/MakefileProto.LINUX b/src/libafs/MakefileProto.LINUX index e50eb8766..3bd2e15f7 100644 --- a/src/libafs/MakefileProto.LINUX +++ b/src/libafs/MakefileProto.LINUX @@ -38,7 +38,7 @@ LD = ld # -Wall 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}