artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf90f82
)
Better cross-compilation check
author
miod
<miod@openbsd.org>
Tue, 26 May 2015 20:15:54 +0000
(20:15 +0000)
committer
miod
<miod@openbsd.org>
Tue, 26 May 2015 20:15:54 +0000
(20:15 +0000)
libexec/ld.so/Makefile
patch
|
blob
|
history
diff --git
a/libexec/ld.so/Makefile
b/libexec/ld.so/Makefile
index
223e2e6
..
08da316
100644
(file)
--- a/
libexec/ld.so/Makefile
+++ b/
libexec/ld.so/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.5
5 2015/02/08 00:15:22 uebayasi
Exp $
+# $OpenBSD: Makefile,v 1.5
6 2015/05/26 20:15:54 miod
Exp $
SUBDIR=ldconfig ldd
MAN= ld.so.1
@@
-47,7
+47,7
@@
$(test_prog):
$(PROG): $(test_prog)
$(LD) -x -e _dl_start $(ELF_LDFLAGS) -o $(candidate) $(OBJS) $(LDADD)
-.ifndef
CROSSDIR
+.ifndef
HOSTCC
ulimit -c 0; [ "`${.OBJDIR}/$(test_prog) ok`" = ok ]
.endif
cp $(candidate) $@