Better cross-compilation check
authormiod <miod@openbsd.org>
Tue, 26 May 2015 20:15:54 +0000 (20:15 +0000)
committermiod <miod@openbsd.org>
Tue, 26 May 2015 20:15:54 +0000 (20:15 +0000)
libexec/ld.so/Makefile

index 223e2e6..08da316 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.55 2015/02/08 00:15:22 uebayasi Exp $
+#      $OpenBSD: Makefile,v 1.56 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) $@