Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156707769
D16844.id47098.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
590 B
Referenced Files
None
Subscribers
None
D16844.id47098.diff
View Options
Index: lib/libmd/Makefile
===================================================================
--- lib/libmd/Makefile
+++ lib/libmd/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+.include <src.opts.mk>
+
PACKAGE=lib${LIB}
LIB= md
SHLIB_MAJOR= 6
@@ -113,7 +115,8 @@
SRCS+= rmd160.S
CFLAGS+= -DRMD160_ASM
.endif
-.if exists(${MACHINE_ARCH}/skein_block_asm.s)
+.if exists(${MACHINE_ARCH}/skein_block_asm.s) && \
+ (defined(XAS) || ${MK_BINUTILS_BOOTSTRAP} != "no")
AFLAGS += --strip-local-absolute
# Fully unroll all loops in the assembly optimized version
AFLAGS+= --defsym SKEIN_LOOP=0
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, May 16, 7:48 PM (2 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33148925
Default Alt Text
D16844.id47098.diff (590 B)
Attached To
Mode
D16844: Don't build skein_block_asm.s if we don't have an as binary
Attached
Detach File
Event Timeline
Log In to Comment