Fix partially merged patch from my external compiler tree in r234546.
Define NM except when we're in strict POSIX mode.
This commit is contained in:
@@ -141,6 +141,10 @@ YFLAGS ?=
|
||||
YFLAGS ?= -d
|
||||
.endif
|
||||
|
||||
.if !defined(%POSIX)
|
||||
NM ?= nm
|
||||
.endif
|
||||
|
||||
.if defined(%POSIX)
|
||||
|
||||
# Posix 1003.2 mandated rules
|
||||
|
||||
Reference in New Issue
Block a user