Pass -N directly to ld via -Wl rather than passing it to the compiler driver.
In particular, clang doesn't accept -N. Obtained from: CheriBSD Sponsored by: DARPA / AFRL
This commit is contained in:
parent
7828a9ccb7
commit
a0320759e7
@ -63,7 +63,7 @@ LIBSTAND= ${.OBJDIR}/../../../../../lib/libstand/libstand.a
|
||||
|
||||
LDFLAGS= -nostdlib \
|
||||
-static \
|
||||
-N \
|
||||
-Wl,-N \
|
||||
-G0 \
|
||||
-L${.CURDIR}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user