Browse Source

add hack for sha1.po on sparc64, too

OPENBSD_3_0
jason 23 years ago
parent
commit
9f6d5d1ad2
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      src/lib/libc/hash/Makefile.inc

+ 4
- 1
src/lib/libc/hash/Makefile.inc View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.8 2001/09/02 14:20:40 art Exp $
# $OpenBSD: Makefile.inc,v 1.9 2001/09/24 19:54:08 jason Exp $
# hash functions
.PATH: ${LIBCSRCDIR}/hash
@ -15,4 +15,7 @@ MLINKS+=rmd160.3 RMD160Transform.3
.if (${MACHINE_ARCH} == "sparc64")
sha1.o:
${CC} ${CFLAGS} ${CPPFLAGS} -O0 -c ${.IMPSRC}
sha1.po:
${CC} ${CFLAGS} ${CPPFLAGS} -O0 -c ${.IMPSRC}
.endif

Loading…
Cancel
Save