Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libc/stdlib Fix wrong linker flag that has always ...



details:   https://anonhg.NetBSD.org/src/rev/1c072ecf2959
branches:  trunk
changeset: 767325:1c072ecf2959
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Fri Jul 15 14:00:41 2011 +0000

description:
Fix wrong linker flag that has always been lurking here.

diffstat:

 tests/lib/libc/stdlib/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7453fb776d26 -r 1c072ecf2959 tests/lib/libc/stdlib/Makefile
--- a/tests/lib/libc/stdlib/Makefile    Fri Jul 15 13:54:31 2011 +0000
+++ b/tests/lib/libc/stdlib/Makefile    Fri Jul 15 14:00:41 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2011/07/15 13:54:31 jruoho Exp $
+# $NetBSD: Makefile,v 1.17 2011/07/15 14:00:41 jruoho Exp $
 
 .include <bsd.own.mk>
 
@@ -25,7 +25,7 @@
 PROGS+=                h_getopt h_getopt_long
 
 LDADD.t_strtod=                        -lm
-LDADD.t_getenv_thread=         -pthread
+LDADD.t_getenv_thread=         -lpthread
 
 COPTS+=                                -ffloat-store
 



Home | Main Index | Thread Index | Old Index