Alexander Pyhalov
2016-07-18 3168d633cd954536fbbb3b2b4a2cd9edbbaea0af
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-hotspot_make_solaris_makefiles_build__vm__def.sh,v 1.1 2015/07/03 20:40:59 fhajny Exp $
 
Fix path to nm.
 
--- hotspot/make/solaris/makefiles/build_vm_def.sh.orig    2013-02-19 23:21:59.000000000 +0000
+++ hotspot/make/solaris/makefiles/build_vm_def.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-/usr/ccs/bin/nm -p $* \
+/usr/bin/nm -p $* \
     | awk '{
           if ($2 == "U") next
           if ($3 ~ /^__1c.*__vtbl_$/ || $3 ~ /^gHotSpotVM/) print "\t" $3 ";"