blob: 79cd4bc4d9a055d1bfc05e911e7b4528ce0f0c11 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$FreeBSD$
--- ../../hotspot1.3.1/build/linux/makefiles/vm.make.orig Tue Oct 7 16:47:45 2003
+++ ../../hotspot1.3.1/build/linux/makefiles/vm.make Tue Oct 7 16:47:57 2003
@@ -115,7 +115,7 @@
#--billh
#LIBS += -lnsl -lm -ldl -lpthread
-LIBS = -lm -lc_r
+LIBS = -lm -pthread
JVM = jvm$(G_SUFFIX)
LIBJVM = lib$(JVM).so
|