Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106179041
D42915.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
491 B
Referenced Files
None
Subscribers
None
D42915.diff
View Options
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc
--- a/lib/libc/sys/Makefile.inc
+++ b/lib/libc/sys/Makefile.inc
@@ -98,11 +98,9 @@
# not declared for no generation of default code (NOASM). Add each
# syscall that satisfies these conditions to the ASM list.
.for _asm in ${MIASM}
-.if (${MDASM:R:M${_asm:R}} == "")
-.if (${NOASM:R:M${_asm:R}} == "")
+.if !${MDASM:R:M${_asm:R}} && !${NOASM:R:M${_asm:R}}
ASM+=$(_asm)
.endif
-.endif
.endfor
SASM= ${ASM:S/.o/.S/}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 27, 4:56 PM (8 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15615999
Default Alt Text
D42915.diff (491 B)
Attached To
Mode
D42915: libc: simplify MDASM/NOASM checks
Attached
Detach File
Event Timeline
Log In to Comment