Print this page
7015 libc tests need to use LINK64 correctly, rather than just passing -m64

@@ -80,11 +80,11 @@
 
 $(ROOTOPTDIR)/%: %.ksh
         $(INS.rename)
 
 %.64: %.c
-        $(LINK.c) -m64 -o $@ $< $(LDLIBS64)
+        $(LINK64.c) -o $@ $< $(LDLIBS64)
         $(POST_PROCESS)
 
 %.32: %.c
         $(LINK.c) -m32 -o $@ $< $(LDLIBS)
         $(POST_PROCESS)