From: Michael Durket Date: Mon, 23 Apr 2001 07:35:35 +0000 (+0000) Subject: STABLE10-s390-libafs-makefile-changes-20010423 X-Git-Tag: openafs-stable-1_0_4~65 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=b62400399b45184f9cb33aea19dc87a9b891b73d;p=packages%2Fo%2Fopenafs.git STABLE10-s390-libafs-makefile-changes-20010423 use -O and not -O2 to deal with some bad versions of gcc for now link in appropriate asm directory --- diff --git a/src/libafs/MakefileProto.LINUX b/src/libafs/MakefileProto.LINUX index f610d5a09..e50eb8766 100644 --- a/src/libafs/MakefileProto.LINUX +++ b/src/libafs/MakefileProto.LINUX @@ -45,7 +45,7 @@ DEFINES = -D__KERNEL__ -DCPU=586 -DKERNEL -D_KERNEL -DMODULE ${SMP_DEF} CCFLAGS = -O2 -fomit-frame-pointer -fno-strength-reduce -pipe -mno-fp-regs -ffixed-8 DEFINES = -D__KERNEL__ -DKERNEL -D_KERNEL -DMODULE ${SMP_DEF} -CCFLAGS = -O2 -fomit-frame-pointer -fno-strength-reduce \ +CCFLAGS = -O -fomit-frame-pointer -fno-strength-reduce \ -fno-strict-aliasing -fsigned-char DEFINES = -D__KERNEL__ -D__s390__ -DKERNEL -D_KERNEL -DMODULE ${SMP_DEF} @@ -115,6 +115,8 @@ ${COMPDIRS}: ln -s ${LINUX_SRCDIR}$$v/include/asm-alpha asm ; \ ln -s ${LINUX_SRCDIR}$$v/include/asm-i386 asm ; \ + + ln -s ${LINUX_SRCDIR}$$v/include/asm-s390 asm ; \ ln -s ${LINUX_SRCDIR}$$v/include/asm-ppc asm ; \